Difference between revisions of "Scene graph"
Jump to navigation
Jump to search
m (added Category:Data using HotCat) |
m (removed Category:Data structures using HotCat) |
||
Line 3: | Line 3: | ||
[[USD]] is a format for scene graphs. | [[USD]] is a format for scene graphs. | ||
− | |||
[[Category:Data]] | [[Category:Data]] |
Revision as of 09:47, 14 July 2024
A scene graph is a data structure that holds relationships between objects and nodes in a scene. It is used in 3D rendering. It is a collection of nodes in a graph or tree structure, often used to represent a scene hierarchy through transform matrixes.
USD is a format for scene graphs.