DOM
Primary tabs
Submitted by Leonard Daly on Thu, 10/22/2015 - 16:33
X3D running in a DOM environment differs from X3D running in the Classic environment. This section and subsections explain the differences. The Environment is determine by the context of the initial X3D scene. If the execution environemnt supports the DOM, then it is an X3D DOM Environment. These are typically (but not required) web browsers. In the DOM Environment certain details differ from the Classic Environment, these include
- Profiles
- Components
- Events
- PROTO and EXTERNPROTO
- Scripting
- Scene Access Interface (described in 19775-2)
Comments
Joe D Williams (not verified)
Mon, 10/26/2015 - 13:42
Permalink
events
X3D running in a DOM environment differs from X3D running in the Classic environment.
Please note 'Classic environment' can use DirectOut true which becomes sort of like the DOM (not part of any cascade)