Core-Dump said:
do your objects have a BoundingBox() / updateModelBound().
If not they might be culled too early.
Thank you, you are correct - my problem came from missing these two lines (below) while setting up my terrain:
terrain.setModelBound( new BoundingBox() );
terrain.updateModelBound();