-2
votes
1answer
203 views

Which models and scene to use for a dungeon game?

I use jme3 with some builtin models and scenes and I've managed to put together a third person 3D scene. I now want to program some attack and/or fights and I think that skeleton warriors and/or ...
4
votes
0answers
228 views

How to generate portal zones?

I'm developing a portal-based scene manager. Basically all it does is to check the portals against the camera frustum, and render their associated portal zones accordingly. Is there any way my editor ...
0
votes
1answer
122 views

What is a correct step by step logic of exporting scene with baked occlusion for loading it at runtime?

I wonder what is a correct step by step logic of exporting scene with baked occlusion (Culling data) for loading that scene at runtime (on fly from the internet for example))? So currently my plan ...