VOS Object Type Definition

object3D.mesh

OTD #005; Revision 1.

Group: a3dl.

Extends: a3dl:object3D.MATERIALINFO

A general mesh or polyhedron, defined by an ordered list of vertices and texels (texture mapping coordinates).

Authors

Peter Amstutz, (tetron @ interreality . org)

Child Objects

 

a3dl:vertices [] (required.)

Contains any number of properties. Each child property contains the X, Y and Z coordinates of a vertex as three floating point numbers seperated by whitespace (datatype "text/x-vector-float").

 

a3dl:texels [] (optional.)

(really optional?) Contains texel proerties corresponding to the vertices. Each child property contains the X and Y coordinates in the texture that map to the coresponding vertex as space-seperated floating point numbers (datatype "text/x-vector-float").

Messages

this type defines no new messages.

History of this document

Revision 0 (Sat Apr 27 2002):
Created [rh]
Revision 1 (Thu Dec 26 2002):
Added group prefix to subobjects. Merry Christmas.