C3DTTemporalVersion

Implements the version concept of the 3DTILES_temporal extension. See the spec in ./jsonSchemas/3DTILES_temporal.version.schema.json

Constructor

new C3DTTemporalVersion(json)

It takes a JSON object as input, and returns a JSON object that can be used by the graph window

Parameters:
NameTypeDescription
jsonArray.<object>

the json object containing the data

Properties
NameTypeDescription
namestring

name

inumber

index

groupstring

group

descriptionstring

description

Classes

C3DTTemporalVersion

Members

versions :Array.<{label:string, level:number, group:string, title:string}>

Assigning the value of the parameter json to the property versions of the object.

Type:
  • Array.<{label:string, level:number, group:string, title:string}>