-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render ModelEngine Balloons #239
Comments
This probably has to do with MEG api itself. |
ModelEngine R4.0.6.1 |
same problem here: https://youtu.be/K2ATErblMak server: git-Pufferfish-47 MC: 1.20.4 |
@PanHaskins ModelBlueprint blueprint = ModelEngineAPI.getBlueprint(customEntityKey);
megModel = ModelEngineAPI.createActiveModel(blueprint);
fakeMegEntity = new Dummy();
fakeMegEntity.setLocation(loc);
megEntity = ModelEngineAPI.createModeledEntity(fakeMegEntity);
if (megEntity == null)
{
Msg.error("Failed to spawn custom entity '" + customEntityKey + "'! megEntity is null.");
return;
}
megEntity.addModel(megModel, false);
megEntity.setBaseEntityVisible(false);
fakeMegEntity.setRenderRadius(loc.getWorld().getViewDistance()); |
Terms
Discord tag (optional)
panhaskins
What happened?
Problem with balloon rendering. As you can see in the video, the balloon is really only displayed for a very short distance (a couple of blocks).
This happens when I have a server view-distance of 5 and a simulation distance of 4-6.
It's so weird, since modelengine shows the other models from mythicmobs etc correctly as it does in the video, only the balloons don't. Due to this, the modelengine may be lagging probably because it's somehow working badly with their API and it's throwing "invisible" errores and only Spark is catching it. But that may just be my guess.
Steps to reproduce the issue
Server version
git-Purpur-2176 (MC: 1.20.4)
CosmeticsCore Version
CosmeticsCore 1.2.3d
ProtocolLib Version
ProtocolLib 5.2.0-SNAPSHOT-679
LoneLibs Version
LoneLibs 1.0.45
FULL server log
Any errors
Error (optional)
No response
CosmeticsCore config.yml
No response
Problematic items yml configuration file (optional)
No response
Other files, you can drag and drop them here to upload. (optional)
No response
Screenshots/Videos (you can drag and drop files or paste links)
2024-06-14.18-20-10.mp4
The text was updated successfully, but these errors were encountered: