Optional
assetAn optional property containing version information about the tileset.
Example:
{
"asset" : {
"version" : "1.0",
"tilesetVersion" : "Luciad_Tileset_V1.0"
}
}
Optional
tilesetOptional
version?: stringA human readable description for the model.
Indicates whether this TileSet3D contains mesh components.
2024.0
Indicates whether the dataset contains normal vectors. If true, the point cloud can be displayed using normal orientation. see Orienting points for more details.
2024.0
Indicates whether this TileSet3D contains point cloud components.
2024.0
A human readable name for the model.
Optional
propertiesAn optional set of property names with an optional minimum and maximum range.
Each property name indicates a value that can be used for expression based styling. The key of the property is the name of the property. The value contains a minimum and maximum range. This is information is useful when automatically generating UI styling options.
Example:"properties" : {
"Intensity" : {
"minimum" : 0.0,
"maximum" : 65535.0
},
"Classification" : {
"minimum" : 2.0,
"maximum" : 4.0
},
"ReturnNumber" : {
"minimum" : 1.0,
"maximum" : 7.0
},
"Height" : {
"minimum" : 29.02975082397461,
"maximum" : 116.85025024414062
},
"Temperature": {
"minimum": -20,
"maximum": 150,
"default": 25,
}
Optional
default?: numberOptional
maximum?: numberOptional
minimum?: numberThe source from which this model was created.
A String containing a type constant. This value provides an indication of what kind of data a model contains
A
ModelDescriptor
for OGC 3D Tiles. This class contains some additional properties commonly found in the metadata of an OGC 3D Tiles dataset. The following additional (optional) properties are available in this model descriptor:Since
2018.0