Scene Graph

Started by
4 comments, last by snk_kid 18 years, 6 months ago
Hi, Is there any good site with info/tutorial/articles on scene graphs especially that contains info on creating animation and controller nodes? -Obi [Edited by - daObi on October 6, 2005 4:50:06 AM]
theDarxWorks
Advertisement
a short overview about the history of scenegraphs, but contains nothing about animation/controller stuff :S

http://www.realityprime.com/scenegraph.php
Thanks but i'm only concerned about those nodes
theDarxWorks


I suggest investigating the composite, interpreter, and visitor design patterns the composite pattern being the most relevant to scene graphs as that is the typical structure used for them either as n-ary tree or directed acyclic graph (DAG).

EDIT: i'll add some more links very soon.
Thanks for all that. I'll wait till u add more
theDarxWorks
I'm not going add more here, i've made a thread with those plus more links here it's a sticky for others to see too.

This topic is closed to new replies.

Advertisement