Hi J3D guys.
I have played in the last few days with the immediate
mode rendering, and I'm wondering why it's so slow compared to the scenegraph
mode ?
For example, drawing the geometries it takes 1.2 sec,
flushing another 2.3 sec, total = 3.5 seconds. Exactly the same scene in
scenegraph mode rendering takes aprox. 1 sec. Why the difference ? Can anybody
from the j3d team comment on that ?
I think it's not my "drawing" code, since if I'm doing
the same things but without creating a view, my part of code only takes 0.1 sec,
so the rest of 3.4 sec. is spent in the j3d code.
Many thanks,
Florin
|