Annotation Property: dcterms:description
Usage (443)
- :MFBool :MFBool dcterms:description "MFBool is an array of boolean values. Type MFBool was previously undefined in the VRML97 Specification, but nevertheless needed for event utilities and scripting. Example use: MFBool is useful for defining a series of behavior states using a BooleanSequencer prototype. Hint: XML boolean values are lower case (true|false) in order to maintain compatibility with HTML and other XML documents."
- :MFColor :MFColor dcterms:description "MFColor specifies zero or more SFColor RGB triples, where each color value is an RGB triple of floating point numbers in range [0,1]. The default value of an uninitialized MFColor field is the empty list. Individual SFColor array values are optionally separated by commas in XML syntax."
- :MFColorRGBA :MFColorRGBA dcterms:description "MFColorRGBA specifies zero or more SFColorRGBA 4-tuples, where each color value is an RGBA 4-tuple of floating point numbers in range [0,1]. Alpha (opacity) values = (1 - transparency). The default value of an uninitialized MFColor field is the empty list. Individual SFColorRGBA array values are optionally separated by commas in XML syntax."
- :MFDouble :MFDouble dcterms:description "MFDouble is an array of Double values, meaning a double-precision floating-point array type. See GeoVRML 1.0 Recommended Practice, Section 2.3, Limitations of Single Precision for rationale. Array values are optionally separated by commas in XML syntax."
- :MFFloat :MFFloat dcterms:description "MFFloat is an array of SFFloat values, meaning a single-precision floating-point array type. Array values are optionally separated by commas in XML syntax."
- :MFImage :MFImage dcterms:description "MFImage is an array of SFImage values."
- :MFInt32 :MFInt32 dcterms:description "MFInt32 defines an array of 32-bit signed integers. Array values are optionally separated by commas in XML syntax."
- :MFMatrix3d :MFMatrix3d dcterms:description "MFMatrix3d specifies zero or more 3x3 matrices of double-precision floating point numbers, organized in row-major fashion. Warning: comma characters can only appear between singleton 9-tuple values."
- :MFMatrix3f :MFMatrix3f dcterms:description "MFMatrix3f specifies zero or more 3x3 matrices of single-precision floating point numbers, organized in row-major fashion. Warning: comma characters can only appear between singleton 9-tuple values."
- :MFMatrix4d :MFMatrix4d dcterms:description "MFMatrix4d specifies zero or more 4x4 matrices of double-precision floating point numbers, organized in row-major fashion. Warning: comma characters can only appear between singleton 16-tuple values."
- :MFMatrix4f :MFMatrix4f dcterms:description "MFMatrix4f specifies zero or more 4x4 matrices of single-precision floating point numbers, organized in row-major fashion. Warning: comma characters can only appear between singleton 16-tuple values."
- :MFRotation :MFRotation dcterms:description "MFRotation is an array of SFRotation values. Individual singleton SFRotation array values are optionally separated by commas in XML syntax."
- :MFString :MFString dcterms:description "MFString is an array of SFString values, each quoted and separated by whitespace. Individual SFString array values are optionally separated by commas in XML syntax."
- :MFTime :MFTime dcterms:description "MFTime is an array of SFTime values. Array values are optionally separated by commas in XML syntax."
- :MFVec2d :MFVec2d dcterms:description "MFVec2d is an array of SFVec2d values. Individual singleton SFVec2d array values are optionally separated by commas in XML syntax."
- :MFVec2f :MFVec2f dcterms:description "MFVec2f is an array of SFVec2f values. Individual singleton SFVec2f array values are optionally separated by commas in XML syntax."
- :MFVec3d :MFVec3d dcterms:description "MFVec3d is an array of SFVec3d values. Individual singleton SFVec3d array values are optionally separated by commas in XML syntax. Original rationale for inclusion: GeoVRML 1.0 Recommended Practice, Section 2.3, Limitations of Single Precision. Hint: MFVec3d can be used to specify a list of georeferenced 3D coordinates."
- :MFVec3f :MFVec3f dcterms:description "MFVec3f is an array of SFVec3f values. Individual singleton SFVec3f array values are optionally separated by commas in XML syntax."
- :MFVec4d :MFVec4d dcterms:description "MFVec4d is zero or more SFVec4d values. Individual singleton SFVec4d array values are optionally separated by commas in XML syntax."
- :MFVec4f :MFVec4f dcterms:description "MFVec4f is zero or more SFVec4f values. Individual singleton SFVec4f array values are optionally separated by commas in XML syntax."
- :SFBool :SFBool dcterms:description "SFBool is a logical type with possible values (true|false) to match the XML boolean type. Hint: XML boolean values are lower case (true|false) in order to maintain compatibility with HTML and other XML documents."
- :SFColor :SFColor dcterms:description "SFColor specifies one RGB (red-green-blue) color triple, where each color value is an RGB triple of floating point numbers in range [0,1]. The default value of an uninitialized SFColor field is (0 0 0). Warning: comma characters within singleton values do not pass strict XML validation."
- :SFColorRGBA :SFColorRGBA dcterms:description "SFColorRGBA specifies one RGBA (red-green-blue-alpha) color 4-tuple, where each color value is an RGBA 4-tuple of floating point numbers in range [0,1]. Alpha (opacity) values = (1 - transparency). The default value of an uninitialized SFColorRGBA field is (0 0 0 0). Warning: comma characters within singleton values do not pass strict XML validation."
- :SFDouble :SFDouble dcterms:description "SFDouble is a double-precision floating-point type. Array values are optionally separated by commas in XML syntax. See GeoVRML 1.0 Recommended Practice, Section 2.3, Limitations of Single Precision for rationale."
- :SFFloat :SFFloat dcterms:description "SFFloat is a single-precision floating-point type."
- :SFImage :SFImage dcterms:description "SFImage specifies a single uncompressed 2-dimensional pixel image. SFImage fields contain three integers representing the width, height and number of components in the image, followed by (width x height) hexadecimal or integer values representing the pixels in the image."
- :SFInt32 :SFInt32 dcterms:description "SFInt32 specifies one 32-bit signed integer."
- :SFMatrix3d :SFMatrix3d dcterms:description "SFMatrix3d specifies a 3x3 matrix of double-precision floating point numbers, organized in row-major fashion. Warning: comma characters within singleton values do not pass strict XML validation."
- :SFMatrix3f :SFMatrix3f dcterms:description "SFMatrix3f specifies a 3x3 matrix of single-precision floating point numbers, organized in row-major fashion. Warning: comma characters within singleton values do not pass strict XML validation."
- :SFMatrix4d :SFMatrix4d dcterms:description "SFMatrix4d specifies a 4x4 matrix of double-precision floating point numbers, organized in row-major fashion. Warning: comma characters within singleton values do not pass strict XML validation."
- :SFMatrix4f :SFMatrix4f dcterms:description "SFMatrix4f specifies a 4x4 matrix of single-precision floating point numbers, organized in row-major fashion. Warning: comma characters within singleton values do not pass strict XML validation."
- :SFRotation :SFRotation dcterms:description "SFRotation is an axis-angle 4-tuple, indicating X-Y-Z direction axis plus angle orientation about that axis"
- :SFString :SFString dcterms:description "SFString defines a single string encoded with the UTF-8 universal character set."
- :SFTime :SFTime dcterms:description "SFTime specifies a single time value, expressed as a double-precision floating point number. Typically, SFTime fields represent the number of seconds since Jan 1, 1970, 00:00:00 GMT."
- :SFVec2d :SFVec2d dcterms:description "SFVec2d is a 2-tuple pair of SFDouble values. Hint: SFVec2d can be used to specify a 2D double-precision coordinate. Warning: comma characters within singleton values do not pass strict XML validation."
- :SFVec2f :SFVec2f dcterms:description "SFVec2f is a 2-tuple pair of SFFloat values. Hint: SFVec2f can be used to specify a 2D single-precision coordinate. Warning: comma characters within singleton values do not pass strict XML validation."
- :SFVec3d :SFVec3d dcterms:description "SFVec3d is a 3-tuple triplet of SFDouble values. See GeoVRML 1.0 Recommended Practice, Section 2.3, Limitations of Single Precision. Hint: SFVec3d can be used to specify a georeferenced 3D coordinate. Warning: comma characters within singleton values do not pass strict XML validation."
- :SFVec3f :SFVec3f dcterms:description "SFVec3f is a 3-tuple triplet of SFFloat values. Hint: SFVec3f can be used to specify a 3D coordinate or a 3D scale value. Warning: comma characters within singleton values do not pass strict XML validation."
- :SFVec4d :SFVec4d dcterms:description "SFVec4d is a 4-tuple set of double-precision floating-point values, specifying a 3D homogeneous vector. Warning: comma characters within singleton values do not pass strict XML validation."
- :SFVec4f :SFVec4f dcterms:description "SFVec4f is a 4-tuple set of single-precision floating-point values, specifying a 3D homogeneous vector. Warning: comma characters within singleton values do not pass strict XML validation."
- :accessTypeChoices :accessTypeChoices :accessTypeChoices dcterms:description "accessTypeChoices are strictly allowed enumeration values for accessType, used when defining field declarations within a Script node or ProtoDeclare/ExternProtoDeclare statements. Original accessType name values in VRML97 were eventIn, eventOut, field, exposedField respectively. Bounded, no additional values are allowed."
- :accessTypeInitializeOnly dcterms:description "accessTypeInitializeOnly values denote accessType=initializeOnly for a given field within a given node."
- :accessTypeInputOnly dcterms:description "accessTypeInputOnly values denote accessType=inputOnly for a given field within a given node."
- :accessTypeInputOutput dcterms:description "accessTypeInputOutput values denote accessType=inputOutput for a given field within a given node."
- :accessTypeOutputOnly dcterms:description "accessTypeOutputOnly values denote accessType=outputOnly for a given field within a given node."
- :accessTypeProperty dcterms:description "accessTypeProperty values denote accessType for a given field within a given node."
- https://www.web3d.org/specifications/X3dOntology4.0#accessType__initializeOnly
dcterms:description "A field with accessType initializeOnly can be initialized, but cannot send or receive events."
- https://www.web3d.org/specifications/X3dOntology4.0#accessType__inputOnly
dcterms:description "A field with accessType inputOnly cannot be initialized or included in a scene file, but can receive input event values via a ROUTE."
- https://www.web3d.org/specifications/X3dOntology4.0#accessType__inputOutput
dcterms:description "A field with accessType inputOutput can be initialized, and can also send or receive events."
- https://www.web3d.org/specifications/X3dOntology4.0#accessType__outputOnly
dcterms:description "A field with accessType outputOnly cannot be initialized or included in a scene file, but can send output event values via a ROUTE."
- :alphaModeChoices :alphaModeChoices dcterms:description "Permitted values for Appearance alphaMode field. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#alphaMode__AUTO
dcterms:description "Material transparency is applied to texture transparency"
- https://www.web3d.org/specifications/X3dOntology4.0#alphaMode__BLEND
dcterms:description "Blend combines partial transparency of textures and materials"
- https://www.web3d.org/specifications/X3dOntology4.0#alphaMode__MASK
dcterms:description "Alpha-testing mode for transparent when alpha value less than 0.5 and opaque when greater than or equal to 0.5"
- https://www.web3d.org/specifications/X3dOntology4.0#alphaMode__OPAQUE
dcterms:description "Ignore alpha channel texture transparency, opaque"
- :appliedParametersChoices :appliedParametersChoices dcterms:description "Default global parameters for collision outputs of rigid body physics system. Contact node can override parent CollisionCollection node. Multiple optional values, but appliedParameters enumerations cannot be extended. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#appliedParameters__BOUNCE
dcterms:description "The bounce field value is used."
- https://www.web3d.org/specifications/X3dOntology4.0#appliedParameters__CONSTANT_FORCE
dcterms:description "Apply softnessConstantForceMix value"
- https://www.web3d.org/specifications/X3dOntology4.0#appliedParameters__ERROR_REDUCTION
dcterms:description "Apply softnessErrorCorrection value"
- https://www.web3d.org/specifications/X3dOntology4.0#appliedParameters__FRICTION_COEFFICIENT2
dcterms:description "Apply frictionCoefficients values"
- https://www.web3d.org/specifications/X3dOntology4.0#appliedParameters__SLIP1
dcterms:description "Apply first component of slipFactors array"
- https://www.web3d.org/specifications/X3dOntology4.0#appliedParameters__SLIP2
dcterms:description "Apply second component of slipFactors array"
- https://www.web3d.org/specifications/X3dOntology4.0#appliedParameters__SPEED1
dcterms:description "Apply first component of surfaceSpeed array"
- https://www.web3d.org/specifications/X3dOntology4.0#appliedParameters__SPEED2
dcterms:description "Apply second component of surfaceSpeed array"
- https://www.web3d.org/specifications/X3dOntology4.0#appliedParameters__USER_FRICTION
dcterms:description "The system will normally calculate the friction direction vector that is perpendicular to the contact normal. This setting indicates that the user-supplied value in this contact should be used."
- :bboxSizeType dcterms:description "bboxSizeType dimensions are non-negative values, default value (-1 -1 -1) indicates that no bounding box size has been computed."
- :biquadTypeFilterChoices :biquadTypeFilterChoices dcterms:description "Permitted values for BiquadFilter type. Bounded, no additional values are allowed."
- :channelCountModeChoices :channelCountModeChoices dcterms:description "Permitted values for channelCountMode in X3DSoundChannelNode and X3DSoundDestinationNode. Bounded, no additional values are allowed."
- :channelInterpretationChoices :channelInterpretationChoices dcterms:description "Permitted values for channelInterpretation in X3DSoundChannelNode and X3DSoundDestinationNode. Bounded, no additional values are allowed."
- :closureTypeChoices :closureTypeChoices :closureTypeChoices dcterms:description "closureTypeChoices are strictly allowed enumeration values for ArcClose2D closureType field. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#closureType__CHORD
dcterms:description "Connects arc endpoints directly to each other, as in chord on a circle"
- https://www.web3d.org/specifications/X3dOntology4.0#closureType__PIE
dcterms:description "Connects arc endpoints to center, forming a pie wedge"
- :componentNameChoices :componentNameChoices :componentNameChoices dcterms:description "componentNameChoices are enumeration constants used to identify the profile for each scene-graph node, and also utilized by X3D element to identify the components required by the contained Scene. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__CADGeometry
dcterms:description "The CADGeometry component is provided for Computer-Aided Design (CAD) nodes."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Core
dcterms:description "The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__CubeMapTexturing
dcterms:description "The Cube Map Environmental Texturing component describes how additional texturing effects are defined to produce environmental effects such as reflections from objects."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__DIS
dcterms:description "The Distributed Interactive Simulation (DIS) component provides networked interoperability with the IEEE DIS protocol for sharing state and conducting real-time platform-level simulations across multiple host computers."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__EnvironmentalEffects
dcterms:description "Nodes in the Environmental effects component support the creation of realistic environmental effects such as panoramic backgrounds and fog."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__EnvironmentalSensor
dcterms:description "The Environment Sensor nodes emit events indicating activity in the scene environment, usually based on interactions between the viewer and the world."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__EventUtilities
dcterms:description "The Event Utility nodes provide the capability to filter, trigger, convert, or sequence numerous event-types for common interactive applications without the use of a Script node."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Followers
dcterms:description "The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter transitions at run time."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Geometry2D
dcterms:description "The Geometry2D component defines how two-dimensional geometry is specified and what shapes are available."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Geometry3D
dcterms:description "The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere)."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Geospatial
dcterms:description "The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Grouping
dcterms:description "The Grouping component describes how nodes are organized into groups to establish a transformation hierarchy for the X3D scene graph."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__HAnim
dcterms:description "Legacy enumeration H-Anim for X3D versions 3.0-3.3 provides backwards compatibility with Humanoid Animation (HAnim) version 1, preferred form of enumeration value is HAnim."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__HAnim
dcterms:description "The Humanoid Animation (HAnim) component for X3D defines node bindings and other details for implementing ISO/IEC 19774, the HAnim International Specification. Original name was H-Anim for X3D versions 3.0 through 3.3, both enumeration values HAnim and H-Anim are allowed to pass validation."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Interpolation
dcterms:description "Interpolator nodes provide keyframe-based animation capability."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__KeyDeviceSensor
dcterms:description "The Key Device Sensor defines how keyboard keystrokes are inserted into an X3D world."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Layering
dcterms:description "The Layering component describes how to layer a set of subscene layers into a composite scene."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Layout
dcterms:description "The Layout component defines how to precisely position content in a scene in relation to the rendered results, especially for integrating 2D content with 3D content."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Lighting
dcterms:description "The Lighting component specifies how light sources are defined and positioned, as well as how lights effect the rendered image."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__NURBS
dcterms:description "The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Navigation
dcterms:description "The Navigation component specifies how a user can effectively and intuitively move through and around a 3D scene."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Networking
dcterms:description "The Networking component defines node types and other features used to access file-based and streaming resources on the World Wide Web."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__ParticleSystems
dcterms:description "The Particle Systems component specifies how to model particles and their interactions through the application of basic physics principles to affect motion."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Picking
dcterms:description "The Picking component provides the ability to test for arbitrary object collision and provide basic capabilities to detecting object intersections and interactions."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__PointingDeviceSensor
dcterms:description "Pointing device sensor nodes detect pointing events from user-interface devices, defining activities such as a user selecting a piece of geometry."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Rendering
dcterms:description "The Rendering component includes fundamental rendering primitives such as TriangleSet and PointSet nodes, as well as geometric properties nodes that define how coordinate indices, colors, normals and texture coordinates are specified."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__RigidBodyPhysics
dcterms:description "The Rigid Body Physics component describes how to model rigid bodies and their interactions through the application of basic physics principles to effect motion."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Scripting
dcterms:description "The Script component describes how Script nodes are used to effect changes in X3D worlds."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Shaders
dcterms:description "The programmable shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Shape
dcterms:description "The Shape component defines nodes for associating geometry with their visible properties and the scene environment."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Sound
dcterms:description "The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Text
dcterms:description "The Text component defines how text strings are rendered in an X3D scene."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__TextureProjector
dcterms:description "TextureProjector nodes project textures onto geometry in a scene."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Texturing
dcterms:description "The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Texturing3D
dcterms:description "The Texturing3D component specifies how 3D volumetric textures describe surface properties as data points in a volume of space, rather than a flat surface."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__Time
dcterms:description "The Time component defines how time is sensed, computed and associated with events in an X3D scene."
- https://www.web3d.org/specifications/X3dOntology4.0#componentName__VolumeRendering
dcterms:description "The Volume Rendering component provides the ability to specify and render volumetric data sets."
- :distanceModelChoices :distanceModelChoices dcterms:description "Permitted values for SpatialSound distanceModel. Bounded, no additional values are allowed."
- :fieldTypeChoices :fieldTypeChoices :fieldTypeChoices dcterms:description "fieldTypeChoices are enumerations for all allowed names of X3DField types. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFBool
dcterms:description "Multiple Field (list) Boolean"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFColor
dcterms:description "Multiple Field (list) color value, red-green-blue"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFColorRGBA
dcterms:description "Multiple Field (list) color value, red-green-blue alpha (opacity)"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFDouble
dcterms:description "Multiple Field (list) 2-tuple double-precision (64-bit) float vector"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFFloat
dcterms:description "Multiple Field (list) single-precision (32-bit) float vector"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFImage
dcterms:description "Multiple Field (list) image values"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFInt32
dcterms:description "Multiple Field (list) 32-bit integer"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFMatrix3d
dcterms:description "Multiple Field (list) 3×3 matrices of double-precision floating point numbers"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFMatrix3f
dcterms:description "Multiple Field (list) 3×3 matrices of double-precision floating point numbers"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFMatrix4d
dcterms:description "Multiple Field (list) 4×4 matric3w of double-precision floating point numbers"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFMatrix4f
dcterms:description "Multiple Field (list) 4×4 matrices of single-precision floating point numbers"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFNode
dcterms:description "Multiple Field (list) nodes"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFRotation
dcterms:description "Multiple Field (list) rotation values using 3-tuple axis, radian angle"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFString
dcterms:description "Multiple Field (list) SFString array"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFTime
dcterms:description "Multiple Field (list) time array in seconds"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFVec2d
dcterms:description "Multiple Field (list) 2-tuple double-precision float vectors"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFVec2f
dcterms:description "Multiple Field (list) 2-tuple single-precision float vectors"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFVec3d
dcterms:description "Multiple Field (list) 3-tuple double-precision float vectors"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFVec3f
dcterms:description "Multiple Field (list) 3-tuple single-precision float vectors"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFVec4d
dcterms:description "Multiple Field (list) 4-tuple double-precision float vectors"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__MFVec4f
dcterms:description "Multiple Field (list) 4-tuple single-precision float vectors"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFBool
dcterms:description "Single Field (singleton) Boolean"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFColor
dcterms:description "Single Field (singleton) color value, red-green-blue"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFColorRGBA
dcterms:description "Single Field (singleton) color value, red-green-blue alpha (opacity)"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFDouble
dcterms:description "Single Field (singleton) double-precision (64-bit) float"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFFloat
dcterms:description "Single Field (singleton) single-precision (32-bit) float"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFImage
dcterms:description "Single Field (singleton) image value"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFInt32
dcterms:description "Single Field (singleton) 32-bit integer"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFMatrix3d
dcterms:description "Single Field (singleton) 3×3 matrix of double-precision floating point numbers"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFMatrix3f
dcterms:description "Single Field (singleton) 3×3 matrix of single-precision floating point numbers"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFMatrix4d
dcterms:description "Single Field (singleton) 4×4 matrix of double-precision floating point numbers"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFMatrix4f
dcterms:description "Single Field (singleton) 4×4 matrix of single-precision floating point numbers"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFNode
dcterms:description "Single Field (singleton) node"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFRotation
dcterms:description "Single Field (singleton) rotation value using 3-tuple axis, radian angle"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFString
dcterms:description "Single Field (singleton) string value"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFTime
dcterms:description "Single Field (singleton) time value in seconds"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFVec2d
dcterms:description "Single Field (singleton) 2-tuple double-precision float vector"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFVec2f
dcterms:description "Single Field (singleton) 2-tuple single-precision float vector"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFVec3d
dcterms:description "Single Field (singleton) 3-tuple double-precision float vector"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFVec3f
dcterms:description "Single Field (singleton) 3-tuple single-precision float vector"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFVec4d
dcterms:description "Single Field (singleton) 4-tuple double-precision float vector"
- https://www.web3d.org/specifications/X3dOntology4.0#fieldType__SFVec4f
dcterms:description "Single Field (singleton) 4-tuple single-precision float vector"
- :fogTypeChoices :fogTypeChoices :fogTypeChoices dcterms:description "fogTypeChoices are strictly allowed enumeration values for Fog node fogType field. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#fogType__EXPONENTIAL
dcterms:description "exponential blending as a function of distance"
- https://www.web3d.org/specifications/X3dOntology4.0#fogType__LINEAR
dcterms:description "linear blending as a function of distance"
- :fontFamilyValues :fontFamilyValues dcterms:description "fontFamilyValues are supported enumeration values for FontStyle/ScreenFontStyle node family field. This list is unbounded, additional enumeration values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#fontFamily__SANS
dcterms:description "default font family for sans-serif font such as Helvetica"
- https://www.web3d.org/specifications/X3dOntology4.0#fontFamily__SERIF
dcterms:description "default font family for serif font such as Times-Roman"
- https://www.web3d.org/specifications/X3dOntology4.0#fontFamily__TYPEWRITER
dcterms:description "default font family for a fixed-pitch font such as Courier"
- :fontStyleChoices :fontStyleChoices :fontStyleChoices dcterms:description "fontStyleChoices are strictly allowed enumeration values for FontStyle/ScreenFontStyle node style field. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#fontStyle__BOLD
dcterms:description "boldface type"
- https://www.web3d.org/specifications/X3dOntology4.0#fontStyle__BOLDITALIC
dcterms:description "bold and italic type"
- https://www.web3d.org/specifications/X3dOntology4.0#fontStyle__ITALIC
dcterms:description "italic type"
- https://www.web3d.org/specifications/X3dOntology4.0#fontStyle__PLAIN
dcterms:description "default plain type"
- :forceOutputValues :forceOutputValues dcterms:description "forceOutputValues are supported enumeration values for X3DRigidJointNode type forceOutput field. This list is unbounded, additional enumeration values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#forceOutput__ALL
dcterms:description "all forceOutput fields computed"
- https://www.web3d.org/specifications/X3dOntology4.0#forceOutput__NONE
dcterms:description "no forceOutput fields computed"
- :generatedCubeMapTextureUpdateChoices :generatedCubeMapTextureUpdateChoices :generatedCubeMapTextureUpdateChoices dcterms:description "generatedCubeMapTextureUpdateChoices are strictly allowed enumeration values for GeneratedCubeMapTexture field named 'update'. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#generatedCubeMapTextureUpdate__ALWAYS
dcterms:description "texture to be rendered every frame"
- https://www.web3d.org/specifications/X3dOntology4.0#generatedCubeMapTextureUpdate__NEXT_FRAME_ONLY
dcterms:description "render texture once at end of frame"
- https://www.web3d.org/specifications/X3dOntology4.0#generatedCubeMapTextureUpdate__NONE
dcterms:description "no further texture updates are rendered"
- :geoMetadataSummaryKeyValues :geoMetadataSummaryKeyValues :geoMetadataSummaryKeyValues dcterms:description "The enumeration keys for the GeoMetadata summary field. This list is unbounded, additional enumeration values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#geoMetadataSummaryKey__coordinateSystem
dcterms:description "The spatial reference frame used to represent the data (e.g., GD, UTM, or LCC). The list of valid codes that can be used in this field are defined in ISO/IEC 18026. In the case of UTM, the zone number should also be specified in the format UTM Zx, where the zone number is in the range [1,60]. For example, UTM Z11."
- https://www.web3d.org/specifications/X3dOntology4.0#geoMetadataSummaryKey__copyright
dcterms:description "Any appropriate copyright declaration that pertains to the data. For example, (c) Copyright 2000, Any Corporation. All rights reserved. Freely distributable."
- https://www.web3d.org/specifications/X3dOntology4.0#geoMetadataSummaryKey__dataFormat
dcterms:description "A free-text string that describes the format of the source data used to create the X3D node(s) to which this metadata pertains. This refers to the source data specified by the dataUrl keyword (if present). For example, USGS 5.5-min DEM."
- https://www.web3d.org/specifications/X3dOntology4.0#geoMetadataSummaryKey__dataUrl
dcterms:description "A hypertext link to the source data used to create the X3D node(s) to which this metadata pertains. Multiple dataUrl keyword/value pairs can be specified in order to provide alternative locations for the same source data. For example, https://www.foo.bar/data/sf1."
- https://www.web3d.org/specifications/X3dOntology4.0#geoMetadataSummaryKey__date
dcterms:description "A single date/time, or a date/time range, defining the valid time period to which the data pertains. Dates are specified in the format YYYY MM DD [HH:MM]. Years in the current time period should be specified using four digits (EXAMPLE 1999 or 2001). Years can have other than four digits and can be negative. A date range is specified by supplying two values separated by a - (hyphen) character. An optional time can be supplied should this level of accuracy be required. Times are to be specified in 24-hour format with respect to GMT. For example, 1999 01 01 00:00 - 1999 12 31 23:59."
- https://www.web3d.org/specifications/X3dOntology4.0#geoMetadataSummaryKey__description
dcterms:description "A brief textual description or summary of the content of the dataset. For example, LANDSAT 7 satellite imagery taken over northern Scotland."
- https://www.web3d.org/specifications/X3dOntology4.0#geoMetadataSummaryKey__ellipsoid
dcterms:description "The name of the geodetic ellipsoid. The list of valid codes that can be used in this field are defined in ISO/IEC 18026. For example, WE."
- https://www.web3d.org/specifications/X3dOntology4.0#geoMetadataSummaryKey__extent
dcterms:description "The bounding coordinates for the dataset given in spatial reference frame specified by the coordinateSystem keyword. These are provided in the order eastmost, southmost, westmost, northmost. An example for GD is: -180.0 -90.0 180.0 90.0."
- https://www.web3d.org/specifications/X3dOntology4.0#geoMetadataSummaryKey__horizontalDatum
dcterms:description "The name of the geodetic datum. The list of valid codes that can be used in this field are defined in ISO/IEC 18026. For example, W84."
- https://www.web3d.org/specifications/X3dOntology4.0#geoMetadataSummaryKey__metadataFormat
dcterms:description "A string that specifies the format of the external metadata description specified by the url field of the GeoMetadata node. For example, FGDC, ISO TC211, CEN TC287, or OGC."
- https://www.web3d.org/specifications/X3dOntology4.0#geoMetadataSummaryKey__originator
dcterms:description "A string defining the originator of the data, for example the author, agency, organization, publisher, etc. For example, John Doe, Any Corporation, Some Town, Some Country"
- https://www.web3d.org/specifications/X3dOntology4.0#geoMetadataSummaryKey__resolution
dcterms:description "SFFloat resolution, or ground sample distance, given in units of length base units. For example, 30."
- https://www.web3d.org/specifications/X3dOntology4.0#geoMetadataSummaryKey__title
dcterms:description "A name to succinctly identify the dataset to user. For example, San Francisco, California."
- https://www.web3d.org/specifications/X3dOntology4.0#geoMetadataSummaryKey__verticalDatum
dcterms:description "The name of the vertical datum (geoid). The list of valid codes that can be used in this field are defined in ISO/IEC 18026. For example, W84."
- :geoSystemEarthEllipsoidValues :geoSystemEarthEllipsoidValues dcterms:description "geoSystemEarthEllipsoidValues are allowed enumeration values of earth ellipsoids, providing second value for any geoSystem field that has first value GD. This list is unbounded, additional enumeration values are allowed.."
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__AM
dcterms:description "Modified Airy"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__AN
dcterms:description "Australian National"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__BN
dcterms:description "Bessel 1841 (Namibia)"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__BR
dcterms:description "Bessel 1841 (Ethiopia Indonesia ...)"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__CC
dcterms:description "Clarke 1866"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__CD
dcterms:description "Clarke 1880"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__EA
dcterms:description "Everest (India 1830)"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__EB
dcterms:description "Everest (Sabah & Sarawak)"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__EC
dcterms:description "Everest (India 1956)"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__ED
dcterms:description "Everest (W. Malaysia 1969)"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__EE
dcterms:description "Everest (W. Malaysia & Singapore 1948)"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__EF
dcterms:description "Everest (Pakistan)"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__FA
dcterms:description "Modified Fischer 1960"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__HE
dcterms:description "Helmert 1906"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__HO
dcterms:description "Hough 1960"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__ID
dcterms:description "Indonesia 1974"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__IN
dcterms:description "International 1924"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__KA
dcterms:description "Krassovsky 1940"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__RF
dcterms:description "Geodetic Reference System 1980 (GRS 80)"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__S
dcterms:description "Southern hemisphere (only used with UTM)"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__SA
dcterms:description "South American 1969"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__WD
dcterms:description "WGS 72"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__WE
dcterms:description "WGS 84"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__WGS84
dcterms:description "WGS84 geoid"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemEarthEllipsoid__Zn
dcterms:description "Zone number (1..60) (only used with UTM)"
- :geoSystemSpatialReferenceFrameValues :geoSystemSpatialReferenceFrameValues :geoSystemSpatialReferenceFrameValues dcterms:description "geoSystemSpatialReferenceFrameValues are allowed enumeration values of spatial reference frames and earth ellipsoids, providing first value for geoSystem field. This list is unbounded, additional enumeration values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemSpatialReferenceFrame__GC
dcterms:description "Earth-fixed Geocentric with respect to the WGS84 ellipsoid. No additional arguments are supported."
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemSpatialReferenceFrame__GCC
dcterms:description "Synonymous to GC, but may be subject to future deprecation"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemSpatialReferenceFrame__GD
dcterms:description "Geodetic spatial reference frame (latitude/longitude), to be followed by ellipsoid"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemSpatialReferenceFrame__GDC
dcterms:description "Synonymous to GD, but may be subject to future deprecation"
- https://www.web3d.org/specifications/X3dOntology4.0#geoSystemSpatialReferenceFrame__UTM
dcterms:description "Universal Transverse Mercator. One further required argument must be supplied for UTM in order to specify the zone number (1..60) with optional suffix of S may be appended in order to specify that the coordinates are in the southern hemisphere. Optional arguments can follow."
- :geoSystemType dcterms:description "The first enumeration value of geoSystem is one of geoSystemSpatialReferenceFrameValues. If first value is GD, then second enumeration value is one of geoSystemEarthEllipsoidValues."
- :hanimFeaturePointNameValues :hanimFeaturePointNameValues :hanimFeaturePointNameValues dcterms:description "Feature point names for identification of HAnimSite/HAnimDIsplacer nodes as defined in the HAnim Architecture specification"
- https://www.web3d.org/specifications/X3dOntology4.0#hanimFeaturePointName__glabella
dcterms:description "glabella is between the eyebrows and above the nose"
- https://www.web3d.org/specifications/X3dOntology4.0#hanimFeaturePointName__l_axilla_distal
dcterms:description "Left Axilla Distal (Posterior)"
- https://www.web3d.org/specifications/X3dOntology4.0#hanimFeaturePointName__l_axilla_proximal
dcterms:description "Left Axilla Proximal (Anterior)"
- https://www.web3d.org/specifications/X3dOntology4.0#hanimFeaturePointName__l_gonion
dcterms:description "Left Gonion is midpoint of mandibular angle of the jaw."
- https://www.web3d.org/specifications/X3dOntology4.0#hanimFeaturePointName__l_infraorbitale
dcterms:description "Left Infraorbitale foramen is opening in maxillary bone of skull located below the infraorbital margin of the orbit."
- https://www.web3d.org/specifications/X3dOntology4.0#hanimFeaturePointName__l_tragion
dcterms:description "notch just above the tragus of the ear"
- https://www.web3d.org/specifications/X3dOntology4.0#hanimFeaturePointName__r_axilla_distal
dcterms:description "Right Axilla Distal (Posterior)"
- https://www.web3d.org/specifications/X3dOntology4.0#hanimFeaturePointName__r_axilla_posterior_folds
dcterms:description "Right Posterior Axillary Folds"
- https://www.web3d.org/specifications/X3dOntology4.0#hanimFeaturePointName__r_axilla_proximal
dcterms:description "Right Axilla Proximal (Anterior)"
- https://www.web3d.org/specifications/X3dOntology4.0#hanimFeaturePointName__r_gonion
dcterms:description "Right Gonion is midpoint of the mandibular angle of the jaw."
- https://www.web3d.org/specifications/X3dOntology4.0#hanimFeaturePointName__r_infraorbitale
dcterms:description "Right Infraorbitale foramen is opening in maxillary bone of skull located below the infraorbital margin of the orbit."
- https://www.web3d.org/specifications/X3dOntology4.0#hanimFeaturePointName__r_tragion
dcterms:description "notch just above the tragus of the ear"
- https://www.web3d.org/specifications/X3dOntology4.0#hanimFeaturePointName__sellion
dcterms:description "osseocartilaginous junction of the nasal dorsum"
- https://www.web3d.org/specifications/X3dOntology4.0#hanimFeaturePointName__skull_vertex
dcterms:description "CAESAR 2003 skull_vertex matches ISO 7250-1 part 5.22 Vertex (top of head). No corresponding landmark provided in CAESAR 2018."
- https://www.web3d.org/specifications/X3dOntology4.0#hanimFeaturePointName__supramenton
dcterms:description "center point above tip of chin"
- https://www.web3d.org/specifications/X3dOntology4.0#hanimFeaturePointName__suprasternale
dcterms:description "Suprasternale"
- :hanimHumanoidInfoKeyValues :hanimHumanoidInfoKeyValues :hanimHumanoidInfoKeyValues dcterms:description "Enumerated keyword names for keyword=value metadata pairs describing a given HAnimHumanoid. Additional keyword=value pairs may be included as needed for specific applications. This list is unbounded, additional enumeration values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#hanimHumanoidInfoKey__age
dcterms:description "Description of Humanoid age (not necessarily numeric)."
- https://www.web3d.org/specifications/X3dOntology4.0#hanimHumanoidInfoKey__authorEmail
dcterms:description "Email address of Humanoid author."
- https://www.web3d.org/specifications/X3dOntology4.0#hanimHumanoidInfoKey__authorName
dcterms:description "Name of Humanoid author."
- https://www.web3d.org/specifications/X3dOntology4.0#hanimHumanoidInfoKey__copyright
dcterms:description "Copyright information for this Humanoid model (if any)."
- https://www.web3d.org/specifications/X3dOntology4.0#hanimHumanoidInfoKey__creationDate
dcterms:description "Creation data for this for this Humanoid model."
- https://www.web3d.org/specifications/X3dOntology4.0#hanimHumanoidInfoKey__gender
dcterms:description "The gender term typically has a value of female, male or neuter."
- https://www.web3d.org/specifications/X3dOntology4.0#hanimHumanoidInfoKey__height
dcterms:description "SFFloat Humanoid height in base units (typically meters)."
- https://www.web3d.org/specifications/X3dOntology4.0#hanimHumanoidInfoKey__humanoidVersion
dcterms:description "The humanoidVersion term refers to the version of the humanoid being used, in order to track revisions to the data. It is not the same as the version field of the Humanoid object, which refers to the version of the HAnim specification that was used when building the humanoid."
- https://www.web3d.org/specifications/X3dOntology4.0#hanimHumanoidInfoKey__usageRestrictions
dcterms:description "Usage restrictions for this Humanoid model (if any)."
- https://www.web3d.org/specifications/X3dOntology4.0#hanimHumanoidInfoKey__weight
dcterms:description "SFFloat Humanoid weight in base units (typically kilograms)."
- :hanimJointNameValues :hanimJointNameValues :hanimJointNameValues dcterms:description "CAESAR joint names for identification of HAnimJoint nodes as defined in the HAnim Architecture specification. This list is unbounded, additional enumeration values are allowed."
- :hanimSegmentNameValues :hanimSegmentNameValues :hanimSegmentNameValues dcterms:description "CAESAR segment names for identification of HAnimSegment nodes as defined in the HAnim Architecture specification. This list is unbounded, additional enumeration values are allowed."
- :hanimVersionChoices :hanimVersionChoices :hanimVersionChoices dcterms:description "hanimVersionChoices enumeration constants are used to identify the allowed versions for an HAnimHumanoid node. Note that default HAnimHumanoid version is 2.0 for X3D version 4, and default is 1.0 for X3D version 3. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#hanimVersion__1.0
dcterms:description "International standard HAnim 19774 version 1 approved by ISO in 2006. Note that HAnim version 2.0 has more capabilties, while version 1.0 includes several small incompatibilities. Since no other versions were formally approved, no other values are allowed for earlier HAnim versions."
- https://www.web3d.org/specifications/X3dOntology4.0#hanimVersion__2.0
dcterms:description "Revised standard HAnim 19774 version 2 (parts 1 and 2) were approved by ISO in November 2019, published by Web3D Consortium May 2020."
- :hasAncestor dcterms:description "X3D element (node or statement) has ancestor element"
- :hasChild dcterms:description "X3D element (node or statement) has a child element"
- :hasDescendant dcterms:description "X3D element (node or statement) has descendant element"
- :hasParent dcterms:description "X3D element (node or statement) has a parent element"
- :intensityType dcterms:description "intensityType value is an SFFloat ranging [0..1]"
- :intersectionTypeValues :intersectionTypeValues :intersectionTypeValues dcterms:description "intersectionTypeValues are supported enumeration values for X3DPickSensorNode type intersectionType field. This list is unbounded, additional enumeration values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#intersectionType__BOUNDS
dcterms:description "TODO undefined in X3D specification"
- https://www.web3d.org/specifications/X3dOntology4.0#intersectionType__GEOMETRY
dcterms:description "TODO undefined in X3D specification"
- :justifyChoices :justifyChoices dcterms:description "justifyChoices are strictly allowed enumeration values for FontStyle node justify field. Note that intermediate commas and extraneous whitespace are disallowed by these strictly defined enumeration values. Bounded, no additional values are allowed."
- :layoutAlignChoices :layoutAlignChoices dcterms:description "Permitted combinations of horizontal and vertical values for the align field in the Layout node. Note that intermediate commas and extraneous whitespace are disallowed by these strictly defined enumeration values. Bounded, no additional values are allowed."
- :layoutScaleModeChoices :layoutScaleModeChoices dcterms:description "Permitted combinations of horizontal and vertical values for the scaleMode field in the Layout node. Note that intermediate commas and extraneous whitespace are disallowed by these strictly defined enumeration values. Bounded, no additional values are allowed."
- :layoutUnitsChoices :layoutUnitsChoices dcterms:description "Permitted combinations of horizontal and vertical values for the offsetUnits field in the Layout node. Note that intermediate commas and extraneous whitespace are disallowed by these strictly defined enumeration values. Bounded, no additional values are allowed."
- :loaType dcterms:description "Level Of Articulation 0..4 indicates complexity and detail of joints for given humanoid skeletal hierarchy. Note that value of -1 indicates that no LOA conformance is provided."
- :metaDirectionChoices :metaDirectionChoices :metaDirectionChoices dcterms:description "metaDirectionChoices are strictly allowed enumeration values for meta element direction field. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#metaDirection__ltr
dcterms:description "left-to-right"
- https://www.web3d.org/specifications/X3dOntology4.0#metaDirection__rtl
dcterms:description "right-to-left"
- :metaNameValues :metaNameValues :metaNameValues dcterms:description "metaNameValues are supported enumeration values for meta element name field. This list is unbounded, additional enumeration values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__Image
dcterms:description "name or reference link to supporting image file"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__MovingImage
dcterms:description "name or reference link to supporting movie"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__Sound
dcterms:description "name or reference link to supporting sound file"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__TODO
dcterms:description "action item to do that still needs to be performed"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__Text
dcterms:description "resource consisting primarily of words for reading"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__accessRights
dcterms:description "permission required to access resource or security status"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__author
dcterms:description "name of individual author"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__contributor
dcterms:description "name of individual contributing to this resource"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__created
dcterms:description "date of initial version"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__creator
dcterms:description "name of original author"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__description
dcterms:description "summary overview describing this resource"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__disclaimer
dcterms:description "statement of denial or disavowal regarding potential claims or responsiblity"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__drawing
dcterms:description "name or reference link to a supporting drawing or sketch file"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__error
dcterms:description "information about an error (or known problem) that can prevent proper operation"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__generator
dcterms:description "authoring tool or translation tool"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__hint
dcterms:description "user hint about resource features or operation"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__identifier
dcterms:description "url address or unique Uniform Resource Identifier (URI) for resource"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__info
dcterms:description "additional info of interest"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__information
dcterms:description "additional information of interest"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__isVersionOf
dcterms:description "Related resource of which the described resource is a version, edition, or adaptation."
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__keywords
dcterms:description "comma-separated tokens, each of which is a keyword of interest"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__license
dcterms:description "content or software license"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__mediator
dcterms:description "entity that mediates access to resource and for whom resource is intended or useful"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__modified
dcterms:description "date of modified version"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__movie
dcterms:description "name or reference link to supporting movie file (note that Dublin Core term is MovingImage)"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__original
dcterms:description "name or reference link to original file or resource"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__photo
dcterms:description "name or reference link to supporting photo file (note that Dublin Core term is Image)"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__photograph
dcterms:description "name or reference link to supporting photograph file (note that Dublin Core term is Image)"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__publisher
dcterms:description "entity responsible for making the resource available"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__reference
dcterms:description "name or reference link to supporting reference"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__requires
dcterms:description "prerequisites for operation or viewing"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__rights
dcterms:description "intellectual property rights (IPR)"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__robots
dcterms:description "search engine and web-spider guidance value: noindex to block page indexing, nofollow to block following links"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__source
dcterms:description "related resource from which the described resource is derived"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__specificationSection
dcterms:description "title of relevant specification section"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__specificationUrl
dcterms:description "url for relevant specification section"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__subject
dcterms:description "search-index subject keywords, key phrases, or classification codes"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__title
dcterms:description "file name for this resource"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__translated
dcterms:description "date of translation from another format or language"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__translator
dcterms:description "name of person performing translation from another format or language"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__version
dcterms:description "current version number or ID of this resource"
- https://www.web3d.org/specifications/X3dOntology4.0#metaName__warning
dcterms:description "warning information about a known problem that impedes proper operation"
- :multiTextureFunctionValues :multiTextureFunctionValues dcterms:description "multiTextureFunctionValues are supported enumeration values for the MultiTexture node function attribute, one per each texture. An empty string indicates no function is applied. Multiple optional values, but cannot be extended."
- https://www.web3d.org/specifications/X3dOntology4.0#multiTextureFunction__ALPHAREPLICATE
dcterms:description "Replicate alpha information to all color channels before operation completes."
- https://www.web3d.org/specifications/X3dOntology4.0#multiTextureFunction__COMPLEMENT
dcterms:description "Invert argument x as (1 - x)"
- https://www.web3d.org/specifications/X3dOntology4.0#multiTextureFunction__EMPTY
dcterms:description "No function is applied - empty SFString is allowed value within MFString array"
- :multiTextureModeValues :multiTextureModeValues dcterms:description "multiTextureModeValues are supported enumeration values for the MultiTexture mode attribute, one per each texture. Multiple optional values, but cannot be extended."
- :multiTextureSourceValues :multiTextureSourceValues dcterms:description "multiTextureSourceValues are supported enumeration values for the MultiTexture node source attribute, one per each texture. Multiple optional values, but cannot be extended."
- :navigationTransitionTypeValues :navigationTransitionTypeValues dcterms:description "navigationTransitionTypeValues are supported enumeration values for the transitionType field in the NavigationInfo node. This list is unbounded, additional enumeration values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#navigationTransitionType__ANIMATE
dcterms:description "rowser-specific transition"
- https://www.web3d.org/specifications/X3dOntology4.0#navigationTransitionType__LINEAR
dcterms:description "transition may proceed directly through intervening objects"
- https://www.web3d.org/specifications/X3dOntology4.0#navigationTransitionType__TELEPORT
dcterms:description "immediate transition"
- :navigationTypeValues :navigationTypeValues dcterms:description "navigationTypeValues are supported enumeration values for the type field in the NavigationInfo node. This list is unbounded, additional enumeration values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#navigationType__ANY
dcterms:description "browser can offer any type for user to choose"
- https://www.web3d.org/specifications/X3dOntology4.0#navigationType__EXAMINE
dcterms:description "view an individual object by rotating view about center"
- https://www.web3d.org/specifications/X3dOntology4.0#navigationType__EXPLORE
dcterms:description "consistent keystroke navigation for both geospatial and Cartesian modes"
- https://www.web3d.org/specifications/X3dOntology4.0#navigationType__FLY
dcterms:description "free navigation, collision detection"
- https://www.web3d.org/specifications/X3dOntology4.0#navigationType__LOOKAT
dcterms:description "navigate to particular object"
- https://www.web3d.org/specifications/X3dOntology4.0#navigationType__NONE
dcterms:description "disables all navigation interfaces"
- https://www.web3d.org/specifications/X3dOntology4.0#navigationType__WALK
dcterms:description "free navigation, avatar remains on ground, collision detection"
- :networkModeChoices :networkModeChoices :networkModeChoices dcterms:description "networkModeChoices are strictly allowed enumeration values for DIS field networkMode. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#networkMode__networkReader
dcterms:description "listen to network and read PDU packets at readInterval, act as remotely linked copy of entity"
- https://www.web3d.org/specifications/X3dOntology4.0#networkMode__networkWriter
dcterms:description "send PDU packets to network at writeInterval, act as master entity"
- https://www.web3d.org/specifications/X3dOntology4.0#networkMode__standAlone
dcterms:description "ignore network but still respond to events in local scene"
- :particleSystemGeometryTypeValues :particleSystemGeometryTypeValues :particleSystemGeometryTypeValues dcterms:description "particleSystemGeometryTypeValues are supported enumeration values for the ParticleSystem node geometryType field. This list is unbounded, additional enumeration values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#particleSystemGeometryType__GEOMETRY
dcterms:description "geometry field is used for rendering each particle"
- https://www.web3d.org/specifications/X3dOntology4.0#particleSystemGeometryType__LINE
dcterms:description "line is drawn along current velocity vector of particle"
- https://www.web3d.org/specifications/X3dOntology4.0#particleSystemGeometryType__POINT
dcterms:description "point geometry is rendered at particle position"
- https://www.web3d.org/specifications/X3dOntology4.0#particleSystemGeometryType__QUAD
dcterms:description "quad geometry is rendered at particle position facing direction traveled"
- https://www.web3d.org/specifications/X3dOntology4.0#particleSystemGeometryType__SPRITE
dcterms:description "quad geometry is rendered at particle position facing screen"
- https://www.web3d.org/specifications/X3dOntology4.0#particleSystemGeometryType__TRIANGLE
dcterms:description "pair of triangles creating quad geometry is rendered at particle position facing direction traveled"
- :periodicWaveTypeChoices :periodicWaveTypeChoices dcterms:description "Permitted values for PeriodicWave type. Bounded, no additional values are allowed."
- :phaseFunctionValues :phaseFunctionValues dcterms:description "phaseFunctionValues are supported enumeration values for the phaseFunction field in the ShadedVolumeStyle. This list is unbounded, additional enumeration values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#phaseFunction__HenyeyGreenstein
dcterms:description "Henyey-Greenstein phase function for scattering model"
- https://www.web3d.org/specifications/X3dOntology4.0#phaseFunction__NONE
dcterms:description "no scattering"
- :pickSensorMatchCriterionChoices :pickSensorMatchCriterionChoices :pickSensorMatchCriterionChoices dcterms:description "pickSensorMatchCriterionChoices are strictly allowed enumeration values for X3DPickSensorNode node matchCriterion field. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#pickSensorMatchCriterion__MATCH_ANY
dcterms:description "any match of objectType values is acceptable"
- https://www.web3d.org/specifications/X3dOntology4.0#pickSensorMatchCriterion__MATCH_EVERY
dcterms:description "every objectType value in X3DPickSensorNode and X3DPickableObject shall match"
- https://www.web3d.org/specifications/X3dOntology4.0#pickSensorMatchCriterion__MATCH_ONLY_ONE
dcterms:description "one and only one objectType value can match"
- :pickSensorSortOrderValues :pickSensorSortOrderValues :pickSensorSortOrderValues dcterms:description "pickSensorSortOrderValues are supported enumeration values for X3DPickSensorNode node sortOrder field. This list is unbounded, additional enumeration values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#pickSensorSortOrder__ALL
dcterms:description "every object that satisfies picking conditions for this pick sensor is returned"
- https://www.web3d.org/specifications/X3dOntology4.0#pickSensorSortOrder__ALL_SORTED
dcterms:description "every object that satisfies picking conditions for this pick sensor is returned, in sorted order"
- https://www.web3d.org/specifications/X3dOntology4.0#pickSensorSortOrder__ANY
dcterms:description "any single object that can satisfy picking conditions"
- https://www.web3d.org/specifications/X3dOntology4.0#pickSensorSortOrder__CLOSEST
dcterms:description "return closest object by distance that satisfies conditions of this pick sensor"
- :pickableObjectTypeValues :pickableObjectTypeValues dcterms:description "pickableObjectTypeValues are supported enumeration values for the objectType field in the abstract types X3DPickableObject and X3DPickSensorNode. This list is unbounded, additional enumeration values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#pickableObjectType__ALL
dcterms:description "each node is available for picking"
- https://www.web3d.org/specifications/X3dOntology4.0#pickableObjectType__NONE
dcterms:description "no node is available for picking"
- https://www.web3d.org/specifications/X3dOntology4.0#pickableObjectType__TERRAIN
dcterms:description "TERRAIN is an example value"
- :profileNameChoices :profileNameChoices :profileNameChoices dcterms:description "profileNameChoices enumeration constants are used to identify the profile for each scene-graph node, and also utilized by X3D element to identify the profile of a contained Scene. Profiles correspond primarily to subsets of allowed X3D nodes. Some nodes in Interchange profile include fields that are ignored unless Immersive or Full profile is active. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#profileName__CADInterchange
dcterms:description "CADInterchange Profile adds support for CADGeometry component nodes to Interchange Profile. Allowed X3D nodes for this profile are: Anchor Appearance CADAssembly CADFace CADLayer CADPart Billboard Collision Color ColorRGBA Coordinate DirectionalLight FragmentShader Group ImageTexture IndexedLineSet IndexedQuadSet IndexedTriangleFanSet IndexedTriangleSet IndexedTriangleStripSet Inline LineProperties LineSet LOD Material MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString MultiShader MultiTexture MultiTextureCoordinate MultiTextureTransform NavigationInfo Normal PixelTexture PointSet QuadSet Shader ShaderAppearance Shape TextureCoordinate TextureCoordinateGenerator TextureTransform Transform TriangleFanSet TriangleSet TriangleStripSet Viewpoint VertexShader WorldInfo."
- https://www.web3d.org/specifications/X3dOntology4.0#profileName__Core
dcterms:description "Core Profile includes no nodes and is provided as the basis for custom componentization. Allowed X3D statements for all profiles are: connect ExternProtoDeclare EXPORT field fieldValue IMPORT IS ProtoBody ProtoDeclare ProtoInterface ProtoInstance ROUTE X3D. Allowed X3D nodes for this profile are: MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString."
- https://www.web3d.org/specifications/X3dOntology4.0#profileName__Full
dcterms:description "The Full Profile corresponds to all Immersive X3D nodes plus all approved/implemented extensions. All X3D nodes and statements are allowed in this profile."
- https://www.web3d.org/specifications/X3dOntology4.0#profileName__Immersive
dcterms:description "Immersive Profile equals all of the nodes in the VRML97 Specification, plus various X3D node additions including KeySensor, StringSensor and Scene. Allowed X3D nodes for this profile are: Anchor Appearance AudioClip Background Billboard BooleanFilter BooleanSequencer BooleanToggle BooleanTrigger Box Collision Color ColorInterpolator ColorRGBA Cone Coordinate CoordinateInterpolator Cylinder CylinderSensor DirectionalLight ElevationGrid Extrusion Fog FontStyle Group ImageTexture IndexedFaceSet IndexedLineSet IndexedTriangleFan IndexedTriangleSet IndexedTriangleStripSet Inline IntegerSequencer IntegerTrigger KeySensor LineProperties LineSet LoadSensor LOD Material MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString MovieTexture MultiTexture MultiTextureCoordinate MultiTextureTransform NavigationInfo Normal NormalInterpolator OrientationInterpolator PixelTexture PlaneSensor PointLight PointSet Polyline2D Polypoint2D PositionInterpolator ProximitySensor Rectangle2D ScalarInterpolator Script Shape Sound Sphere SphereSensor SpotLight StringSensor Switch Text TextureCoordinate TextureCoordinateGenerator TextureTransform TimeSensor TimeTrigger TouchSensor TriangleFanSet TriangleSet TriangleSet2D TriangleStripSet Transform Viewpoint VisibilitySensor WorldInfo."
- https://www.web3d.org/specifications/X3dOntology4.0#profileName__Interactive
dcterms:description "Interactive Profile adds interaction nodes (Anchor, KeySensor) to the minimum subset of nodes needed to display lightweight compelling content. Allowed X3D nodes for this profile are: Anchor Appearance Background BooleanFilter BooleanSequencer BooleanToggle BooleanTrigger Box Color ColorInterpolator ColorRGBA Cone Coordinate CoordinateInterpolator Cylinder CylinderSensor DirectionalLight ElevationGrid Group ImageTexture IndexedFaceSet IndexedLineSet IndexedTriangleFanSet IndexedTriangleSet IndexedTriangleStripSet Inline IntegerSequencer IntegerTrigger KeySensor LineSet Material MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString MultiTexture MultiTextureCoordinate MultiTextureTransform NavigationInfo Normal NormalInterpolator OrientationInterpolator IndexedTriangleStripSet Inline IntegerSequencer IntegerTrigger KeySensor LineSet Material MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString MultiTexture MultiTextureCoordinate MultiTextureTransform NavigationInfo Normal NormalInterpolator OrientationInterpolator PixelTexture PlaneSensor PointLight PointSet PositionInterpolator ProximitySensor ScalarInterpolator Shape Sphere SphereSensor SpotLight StringSensor Switch TextureCoordinate TextureCoordinateGenerator TextureTransform TimeSensor TimeTrigger TouchSensor Transform TriangleFanSet TriangleSet TriangleStripSet Viewpoint VisibilitySensor WorldInfo."
- https://www.web3d.org/specifications/X3dOntology4.0#profileName__Interchange
dcterms:description "Interchange Profile equals the minimum subset of nodes needed to display lightweight compelling content. Allowed X3D nodes for this profile are: Appearance Background Box Color ColorInterpolator ColorRGBA Cone Coordinate CoordinateInterpolator Cylinder DirectionalLight Group ImageTexture IndexedFaceSet IndexedLineSet IndexedTriangleFanSet IndexedTriangleSet IndexedTriangleStripSet LineSet Material MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString MultiTexture MultiTextureCoordinate MultiTextureTransform NavigationInfo Normal NormalInterpolator OrientationInterpolator PixelTexture PointSet PositionInterpolator ScalarInterpolator Shape Sphere TextureCoordinate TextureCoordinateGenerator TextureTransform TimeSensor Transform TriangleFanSet TriangleSet TriangleStripSet Viewpoint WorldInfo."
- https://www.web3d.org/specifications/X3dOntology4.0#profileName__MPEG4Interactive
dcterms:description "MPEGInteractive Profile defines base interoperability with MPEG4 standards to a small subset of nodes needed to display lightweight compelling content. Allowed X3D nodes for this profile are: Anchor Appearance Background Box Color ColorInterpolator ColorRGBA Cone Coordinate CoordinateInterpolator Cylinder CylinderSensor DirectionalLight ElevationGrid Group ImageTexture IndexedFaceSet IndexedLineSet Inline LineSet Material MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString NavigationInfo NormalInterpolator OrientationInterpolator PixelTexture PlaneSensor PointLight PointSet PositionInterpolator ProximitySensor ScalarInterpolator Shape Sphere SphereSensor SpotLight Switch TextureCoordinate TextureTransform TimeSensor TouchSensor Transform Viewpoint WorldInfo."
- https://www.web3d.org/specifications/X3dOntology4.0#profileName__MedicalInterchange
dcterms:description "The MedicalInterchange profile adds support for VolumeRendering component to Interchange profile. Allowed X3D nodes for this profile are: Anchor Arc2D ArcClose2D Appearance Background Billboard BlendedVolumeStyle BooleanFilter BooleanSequencer BooleanToggle BooleanTrigger BoundaryEnhancementVolumeStyle Box CartoonVolumeStyle Circle2D ClipPlane Collision Color ColorInterpolator ColorRGBA ComposedVolumeStyle CompositeTexture3D Cone Coordinate CoordinateDouble CoordinateInterpolator Cylinder DirectionalLight Disk2D EdgeEnhancementVolumeStyle FillProperties FontStyle Group ImageTexture ImageTexture3D IndexedFaceSet IndexedLineSet IndexedTriangleFanSet IndexedTriangleSet IndexedTriangleStripSet Inline IntegerSequencer IntegerTrigger IsoSurfaceVolumeData LineProperties LineSet LOD Material MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString MultiTexture MultiTextureCoordinate MultiTextureTransform NavigationInfo Normal NormalInterpolator OctTree OpacityMapVolumeStyle OrientationInterpolator OrthoViewpoint PixelTexture PixelTexture3D PointSet Polyline2D Polypoint2D PositionInterpolator ProjectionVolumeStyle Rectangle2D ScalarInterpolator SegmentedVolumeData ShadedVolumeStyle Shape SilhouetteEnhancementVolumeStyle Sphere StaticGroup Switch Text TextureCoordinate TextureCoordinate3D TextureCoordinate4D TextureCoordinateGenerator TextureMatrixTransform TextureProperties TextureTransform TextureTransform3D TimeSensor TimeTrigger ToneMappedVolumeStyle Transform TriangleFanSet TriangleSet TriangleStripSet Viewpoint ViewpointGroup VolumeData WorldInfo."
- :projectionVolumeStyleTypeChoices :projectionVolumeStyleTypeChoices :projectionVolumeStyleTypeChoices dcterms:description "projectionVolumeStyleTypeChoices are strictly allowed enumeration values for ProjectionVolumeStyle field named 'type'. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#projectionVolumeStyleType__AVERAGE
dcterms:description "All voxels along ray are averaged to generate output color"
- https://www.web3d.org/specifications/X3dOntology4.0#projectionVolumeStyleType__MAX
dcterms:description "Maximum Intensity Projection (MIP) or Least MIP (LMIP) algorithm is used to generate output color"
- https://www.web3d.org/specifications/X3dOntology4.0#projectionVolumeStyleType__MIN
dcterms:description "Minimum Intensity Projection algorithm is used to generate output color"
- :shaderLanguageValues :shaderLanguageValues :shaderLanguageValues dcterms:description "shaderLanguageValues are supported enumeration values for the language field in shader nodes including Cg GLSL HLSL, other values are optionally supported by browsers. Used to optionally determine the language type if no MIME-type information is available. This list is unbounded, additional enumeration values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#shaderLanguage__Cg
dcterms:description "nVidia Cg shading language"
- https://www.web3d.org/specifications/X3dOntology4.0#shaderLanguage__GLSL
dcterms:description "OpenGL shading language (GLSL)"
- https://www.web3d.org/specifications/X3dOntology4.0#shaderLanguage__HLSL
dcterms:description "Microsoft High Level Shading Language (HLSL)"
- :shaderPartTypeValues :shaderPartTypeValues :shaderPartTypeValues dcterms:description "shaderPartTypeValues are allowed enumeration values for ShaderPart type field. This list is unbounded, additional enumeration values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#shaderPartType__FRAGMENT
dcterms:description "fragment shader"
- https://www.web3d.org/specifications/X3dOntology4.0#shaderPartType__VERTEX
dcterms:description "vertex shader"
- :textureBoundaryModeChoices :textureBoundaryModeChoices :textureBoundaryModeChoices dcterms:description "textureBoundaryModeChoices are strictly allowed enumeration values for TextureProperties boundaryMode* fields. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#textureBoundaryMode__CLAMP
dcterms:description "Clamp texture coordinates to range [0,1]"
- https://www.web3d.org/specifications/X3dOntology4.0#textureBoundaryMode__CLAMP_TO_BOUNDARY
dcterms:description "Clamp texture coordinates such that texture samples are border texels for fragments"
- https://www.web3d.org/specifications/X3dOntology4.0#textureBoundaryMode__CLAMP_TO_EDGE
dcterms:description "Clamp texture coordinates such that a border texel is never sampled"
- https://www.web3d.org/specifications/X3dOntology4.0#textureBoundaryMode__MIRRORED_REPEAT
dcterms:description "Texture coordinates are mirrored and then clamped as in CLAMP_TO_EDGE"
- https://www.web3d.org/specifications/X3dOntology4.0#textureBoundaryMode__REPEAT
dcterms:description "Repeat a texture across the fragment"
- :textureCompressionModeChoices :textureCompressionModeChoices :textureCompressionModeChoices dcterms:description "textureCompressionModeChoices are strictly allowed enumeration values for TextureProperties field textureCompression. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#textureCompressionMode__DEFAULT
dcterms:description "browser-specified default compression mode"
- https://www.web3d.org/specifications/X3dOntology4.0#textureCompressionMode__FASTEST
dcterms:description "fastest method available"
- https://www.web3d.org/specifications/X3dOntology4.0#textureCompressionMode__HIGH
dcterms:description "greatest amount of compression"
- https://www.web3d.org/specifications/X3dOntology4.0#textureCompressionMode__LOW
dcterms:description "least amount of compression"
- https://www.web3d.org/specifications/X3dOntology4.0#textureCompressionMode__MEDIUM
dcterms:description "moderate amount of compressions"
- https://www.web3d.org/specifications/X3dOntology4.0#textureCompressionMode__NICEST
dcterms:description "highest quality method available"
- :textureCoordinateGeneratorModeChoices :textureCoordinateGeneratorModeChoices :textureCoordinateGeneratorModeChoices dcterms:description "textureCoordinateGeneratorModeChoices are strictly allowed enumeration values for TextureCoordinateGenerator mode field. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#textureCoordinateGeneratorMode__CAMERASPACENORMAL
dcterms:description "Use vertex normal, transformed to camera space, as input texture coordinates"
- https://www.web3d.org/specifications/X3dOntology4.0#textureCoordinateGeneratorMode__CAMERASPACEPOSITION
dcterms:description "Use vertex position, transformed to camera space, as input texture coordinates"
- https://www.web3d.org/specifications/X3dOntology4.0#textureCoordinateGeneratorMode__CAMERASPACEREFLECTIONVECTOR
dcterms:description "Use reflection vector, transformed to camera space, as input texture coordinates"
- https://www.web3d.org/specifications/X3dOntology4.0#textureCoordinateGeneratorMode__COORD
dcterms:description "Use vertex coordinates"
- https://www.web3d.org/specifications/X3dOntology4.0#textureCoordinateGeneratorMode__COORDEYE
dcterms:description "Use vertex coordinates transformed to camera space"
- https://www.web3d.org/specifications/X3dOntology4.0#textureCoordinateGeneratorMode__NOISE
dcterms:description "Apply Perlin solid noise function on vertex coordinates"
- https://www.web3d.org/specifications/X3dOntology4.0#textureCoordinateGeneratorMode__NOISEEYE
dcterms:description "Apply Perlin solid noise function on vertex coordinates transformed to camera space"
- https://www.web3d.org/specifications/X3dOntology4.0#textureCoordinateGeneratorMode__SPHERE
dcterms:description "Creates texture coordinates for a spherical environment"
- https://www.web3d.org/specifications/X3dOntology4.0#textureCoordinateGeneratorMode__SPHERELOCAL
dcterms:description "Sphere mapping but in local coordinates"
- https://www.web3d.org/specifications/X3dOntology4.0#textureCoordinateGeneratorMode__SPHEREREFLECT
dcterms:description "similar to CAMERASPACEREFLECTIONVECTOR with optional index of refraction"
- https://www.web3d.org/specifications/X3dOntology4.0#textureCoordinateGeneratorMode__SPHEREREFLECTLOCAL
dcterms:description "Similar to SPHERE-REFLECT transformed to camera space"
- :textureMagnificationModeChoices :textureMagnificationModeChoices :textureMagnificationModeChoices dcterms:description "textureMagnificationModeChoices are strictly allowed enumeration values for TextureProperties field magnificationFilter. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#textureMagnificationMode__AVG_PIXEL
dcterms:description "weighted average of four texture elements closest to center of pixel being textured"
- https://www.web3d.org/specifications/X3dOntology4.0#textureMagnificationMode__DEFAULT
dcterms:description "browser-specified default magnification mode"
- https://www.web3d.org/specifications/X3dOntology4.0#textureMagnificationMode__FASTEST
dcterms:description "fastest method available"
- https://www.web3d.org/specifications/X3dOntology4.0#textureMagnificationMode__NEAREST_PIXEL
dcterms:description "texture element nearest to the center of pixel being textured"
- https://www.web3d.org/specifications/X3dOntology4.0#textureMagnificationMode__NICEST
dcterms:description "highest quality method available"
- :textureMinificationModeChoices :textureMinificationModeChoices :textureMinificationModeChoices dcterms:description "textureMinificationModeChoices are strictly allowed enumeration values for TextureProperties field minificationFilter. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#textureMinificationMode__AVG_PIXEL
dcterms:description "weighted average of four texture elements closest to center of pixel being textured"
- https://www.web3d.org/specifications/X3dOntology4.0#textureMinificationMode__AVG_PIXEL_AVG_MIPMAP
dcterms:description "tri-linear mipmap filtering"
- https://www.web3d.org/specifications/X3dOntology4.0#textureMinificationMode__AVG_PIXEL_NEAREST_MIPMAP
dcterms:description "choose mipmap that most closely matches size of pixel being textured, use weighted average of four texture elements closest to center of pixel"
- https://www.web3d.org/specifications/X3dOntology4.0#textureMinificationMode__DEFAULT
dcterms:description "browser-specified default minification mode"
- https://www.web3d.org/specifications/X3dOntology4.0#textureMinificationMode__FASTEST
dcterms:description "fastest method available, use mipmaps if possible"
- https://www.web3d.org/specifications/X3dOntology4.0#textureMinificationMode__NEAREST_PIXEL
dcterms:description "texture element nearest to center of pixel being textured"
- https://www.web3d.org/specifications/X3dOntology4.0#textureMinificationMode__NEAREST_PIXEL_AVG_MIPMAP
dcterms:description "texture element nearest to center of pixel being textured, use average of two nearest mipmaps"
- https://www.web3d.org/specifications/X3dOntology4.0#textureMinificationMode__NEAREST_PIXEL_NEAREST_MIPMAP
dcterms:description "texture element nearest to center of pixel being textured, use nearest mipmap"
- https://www.web3d.org/specifications/X3dOntology4.0#textureMinificationMode__NICEST
dcterms:description "highest quality method available"
- :unitCategoryChoices :unitCategoryChoices :unitCategoryChoices dcterms:description "unitCategoryChoices are strictly allowed enumeration values for standard units in the UNIT statement. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#unitCategory__angle
dcterms:description "angle default is radians"
- https://www.web3d.org/specifications/X3dOntology4.0#unitCategory__force
dcterms:description "force default is newtons"
- https://www.web3d.org/specifications/X3dOntology4.0#unitCategory__length
dcterms:description "length default is meters"
- https://www.web3d.org/specifications/X3dOntology4.0#unitCategory__mass
dcterms:description "mass default is kilograms"
- :volumeRenderingWeightFunctionChoices :volumeRenderingWeightFunctionChoices :volumeRenderingWeightFunctionChoices dcterms:description "volumeRenderingWeightFunctionChoices are strictly allowed enumeration values for BlendedVolumeStyle weightFunction* fields."
- https://www.web3d.org/specifications/X3dOntology4.0#volumeRenderingWeightFunction__ALPHA1
dcterms:description "Use O_v"
- https://www.web3d.org/specifications/X3dOntology4.0#volumeRenderingWeightFunction__ALPHA2
dcterms:description "Use O_blend"
- https://www.web3d.org/specifications/X3dOntology4.0#volumeRenderingWeightFunction__CONSTANT
dcterms:description "Use weightConstant1"
- https://www.web3d.org/specifications/X3dOntology4.0#volumeRenderingWeightFunction__ONE_MINUS_ALPHA1
dcterms:description "Use 1 - O_v"
- https://www.web3d.org/specifications/X3dOntology4.0#volumeRenderingWeightFunction__ONE_MINUS_ALPHA2
dcterms:description "Use 1 - O_blend"
- https://www.web3d.org/specifications/X3dOntology4.0#volumeRenderingWeightFunction__TABLE
dcterms:description "Use table lookup value"
- :waveShaperOversampleChoices :waveShaperOversampleChoices dcterms:description "Permitted values for WaveShaper oversample field. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#waveShaperOversample__2x
dcterms:description "Double sampling rate"
- https://www.web3d.org/specifications/X3dOntology4.0#waveShaperOversample__4x
dcterms:description "Quadruple sampling rate"
- https://www.web3d.org/specifications/X3dOntology4.0#waveShaperOversample__none
dcterms:description "No oversampling"
- :x3dVersionChoices :x3dVersionChoices :x3dVersionChoices dcterms:description "x3dVersionChoices enumeration string constants are used to identify the allowed versions for an X3D scene graph. Bounded, no additional values are allowed."
- https://www.web3d.org/specifications/X3dOntology4.0#x3dVersion__3.0
dcterms:description "X3D version 3.0 approved by ISO in 2004."
- https://www.web3d.org/specifications/X3dOntology4.0#x3dVersion__3.1
dcterms:description "X3D version 3.1 Amendment 1 approved by ISO in 2005. Backwards compatibility maintained with version 3.0."
- https://www.web3d.org/specifications/X3dOntology4.0#x3dVersion__3.2
dcterms:description "X3D version 3.2 Amendment 2 approved by ISO in 2007. Backwards compatibility maintained with versions 3.0 and 3.1."
- https://www.web3d.org/specifications/X3dOntology4.0#x3dVersion__3.3
dcterms:description "X3D version 3.3 approved by ISO in 2013 as International Standard (IS). Backwards compatibility maintained with versions 3.0, 3.1 and 3.2."
- https://www.web3d.org/specifications/X3dOntology4.0#x3dVersion__4.0
dcterms:description "X3D version 4.0 under final development by Web3D Consortium. Backwards compatibility maintained with versions 3.0, 3.1, 3.2 and 3.3."
- dcterms:description "The X3D Ontology for Semantic Web provides terms of reference for semantic query of X3D models."