Creating a 3d room in Jitter

Summer's icon

Hi!
I'm trying to create a 3d room using OpenGL commands in jitter objects.I would like to create a cube room and a sphere that i can move inside. The problem is that i want to create this cube as a combination of fixed planes.(I don't know if this solution is correct.Maybe there's another way to do that) Someone have got any idea?

Thanks

Wetterberg's icon

mind if I ask why you're not using jit.gl.gridshape? I think that's perfect for builds like this.

Pedro Santos's icon

Do you at any time need to control/animate the geometry? If not, why don't you model the room outside of Jitter with a 3d application like Google Sketchup, Blender, Cinema 4D or 3d Studio Max, and then import it in jitter through jit.gl.model?

Summer's icon

Yeah i used the jit.gl.gridshape and i solved.
Thank you guys!