Hi,
I’m looking for a simple scene graph solution, either for me use in my code or to base myself for building my own. Any tips? I don’t want to use Java3D. I’d like to build my own to use with JOGL.
Also, I need to build scene and characters for loading in the game. I have seen on the web so many things and I don’t really know where to start:
- What format should I use for scenes? And for characters?
- What are the formats available?
Some people said BSP for scene. I wonder, isn’t BSP used for doom-like maps? What if the game is a wide open area? I have heard of OC trees, or KD trees (not sure what it is), any tips for implementations in Java?
Characters. I asked in another forum, the guy only answer “MD2”, is that an asnwer? What should I conclude from that? Ok, what’s MD* and why should I use it? Are there any alternatives?
- What kind of tools are used for building them?