XSeen events support object touch and drag and frame rendering. Prior to V0.7, all events were custom ‘xseen’ events. V0.7 events have changed to either xseen-touch or xseen-render. An xseen-render event is generated at the beginning of rendering every frame. xseen-touch events include all events initiated by the mouse or […]
x3d
3 posts
A triangles tag is used to specify triangle geometry. At this time only indexed triangle sets can be specified, through other types may be added in the future. This tag allows you to create any geometry surface as XSeen nodes and use any of the existing XSeen position or material […]
Using the src attribute on the scene tag, XSeen will load the specified file from the URL into the XSeen display. It loads after any inline content and is automatically parsed as soon as the content finishes loading. The external file format is XML with a root tag of x-scene. […]