Disappearing parts of scene

hello



i have scene with few model on it.

why my models ale disappearing when i moved camer.

i use updateModelBound(); function but it dosen't help.

It sounds like missing bounding boxes.

Did you create BoundingVolumes before updating them?



model.setModelBound( new BoundingSphere() );
model.updateModelBound();

yes i added and it still dosn't work.

If you are extending SimpleGame, press 'B' to see the bounding boxes and double check them…

i see that they are. :slight_smile:

Maybe its time to create a test and post some code eh? :slight_smile: