1 Definition | 2 Functional Requirements | 3 Syntax |
4 Semantics | 5 Conformance Testing | 6 Performance Assessment |
1 Definition
A Data Type including the arrangement of the 3D Model Objects in a scene.
In the following, Data, Objects, Qualifiers, and Scenes should be read as 3D Model Data, 3D Model Objects, 3D Model Qualifiers, and 3D Model Scenes
2 Functional Requirements
Basic Scene Geometry includes the Qualifiers and the Space-Time of the Objects.
3 Syntax
https://schemas.mpai.community/OSD/V1.3/data/Basic3DModelSceneGeometry.json
4 Semantics
Label | Size | Description |
Header | N1 Bytes | Basic 3D Model Scene Geometry Header |
– Standard-Basic3DModelSceneGeometry | 9 Bytes | The characters “OSD-B3G-V” |
– Version | N2 Bytes | Major version – 1 or 2 characters |
– Dot-separator | 1 Byte | The character “.” |
– Subversion | N3 Bytes | Minor version – 1 or 2 characters |
MInstanceID | N4 Bytes | Identifier of M-Instance. |
SceneGeometryID | N5 Bytes | Identifier of Scene Geometry. |
ObjectCount | N6 Bytes | Number of Objects in Scene. |
SceneGeometrySpaceTime | N8 Bytes | Space and Time of Scene Geometry. |
SceneObjects[] | N9 Bytes | Set of Data related to Objects. |
– SceneObjectQualifiers | N10 Bytes | Qualifiers of Object. |
– SceneObjectSpaceTime | N11 Bytes | Space Time of Object. |
DescrMetadata | N12 Bytes | Descriptive Metadata |
5 Conformance Testing
A Data instance Conforms with Basic 3D Model Scene Geometry (OSD-B3G) V1.3 if:
- The Data validates against the Scene Geometry’s JSON Schema.
- All Data in the Scene Geometry’s JSON Schema
- Have the specified type
- Validate against their JSON Schemas
- Conform with their Data Qualifiers.