Programming Main Menus Home Dictionary Portal About Random Programming Navigation Den Mute Nithing Ozml Traumaetics Updated On Dodesamber 13, 2010 1 Commits, 9 Hours OZML is an XML language that describes 3D content as a navigable webpage. It contains 'style' qualification information as well as it defines the structure of the 3D environment. The object tree is a scene graph, with parent nodes carrying certain attributes to child nodes, not unlike the HTML box model. Github The considered content is wrapped inside of the ozml tag, itself containing the head, materials and geometry wrappers. <ozml> <head> </head> <materials> </materials> <geometry> </geometry> </ozml> The head wrapper contains the title of the project as well as the initial scene data and camera position <head> <title>Hello World</title> <scene background="0,255,255" fog="255,127,96,0.025...