jPCT-AE - a 3d engine for Android > Support

3ds file loading problem

<< < (2/2)

EgonOlsen:

--- Quote from: generalJ on February 15, 2013, 01:20:20 pm ---I just didn't expect the result of not calling the render method would be random objects disappearing.

--- End quote ---
That's not the case. But if you call renderScene(), then transform the camera and then call draw(), your draw() call draws a scene with the new camera position but using the culling information from the renderScene() call, which isn't valid anymore. If the scene doesn't change, you may be able to omit renderScene(), but i personally wouldn't do it. You never know which side effects it might have in this or later versions.

Navigation

[0] Message Index

[*] Previous page

Go to full version