Difference between revisions of "Scene graph"

From XVRWiki
Jump to navigation Jump to search
(Created page with "A '''scene graph''' is a general data structure that is a collection of nodes in a graph or tree structure, often used to represent a scene hierarchy through transform matrice...")
 
Line 1: Line 1:
A '''scene graph''' is a general data structure that is a collection of nodes in a graph or tree structure, often used to represent a scene hierarchy through transform matrices.
+
A '''scene graph''' is a general data structure that is a collection of nodes in a graph or tree structure, often used to represent a scene hierarchy through [[transform matrix]]es.
  
 
[[Category:Data structures]]
 
[[Category:Data structures]]

Revision as of 11:06, 30 April 2024

A scene graph is a general data structure that is a collection of nodes in a graph or tree structure, often used to represent a scene hierarchy through transform matrixes.