Re: Porting RoomTiny to Jogl
Posted by
elect on
Aug 07, 2014; 9:08am
URL: https://forum.jogamp.org/Porting-RoomTiny-to-Jogl-tp4032722p4032726.html
gouessej wrote
Hi
I'm looking at your source code right now. I see nothing obviously wrong. I'm going to give it a try.
Edit.: The data are correct but the rendering is wrong. When I change the order in which the models are added, the second one is always badly renderer.
Hi gouessej,
thanks
I spent something like 10 hours looking for the bug, I really cant understand..
I also tried to modify the code in order to see which part of the floor process corrupt the ceiling and it was funny, because as soon as I generate the vbo for the floor and nothing mode (really only the glGenBuffer call, no ibo init, no texture render, no render, nothing else) regarding the floor, the ceiling is broken..