BSP tree

Started by
2 comments, last by Redge 22 years, 9 months ago
Hi, Im a newbie in BSP trees (and in a lot of graphic programmation things) I have readed some free game institute courses and I have a question. BSP trees seem to serve to render a fixed world or objects, because they are compiled. But how can we render the animated objects in the world once we have our BSP tree? Perhaps it will be explain in the other courses of the game institute, but a course by week is very slow and I''m impatient to know. thanks -==[Rage]==- -[Orichalque member]-
Redge
Advertisement
This would be more appropriate in the "Graphics Programming and Theory" forum. Try posting this there, you will probably get a much larger response.
If at first you don't succeed, redefine success.
A bsp tree is usefull for rendering static scenery ,
i think that for objects you mean monsters, players and so on
well they are objects in the sense they are separated from the
proper level rendering , first perfomr tree traversing then
prform object culling and you get the objects in the frustrum , its a long task to explain it all , but it goes somethink like this.....

Thanks, I''ll try in the "graphic programming and theory" forum.

Redge
Redge

This topic is closed to new replies.

Advertisement