[SOLVED] Why is JME culling simple models when they are still on the screen?

First: How to type code blocks for next time or if you want to edit your post to make it readable.

Second: the issue is that your mesh bound is not updated. Call Mesh (jMonkeyEngine3)

…after creating your mesh.

1 Like