Type alias ModelConfig

ModelConfig: (ModelTransformConfig | ModelCoordScaleRotationConfig) & { boundingInfo?: BoundingInfo; clickable?: boolean; group?: string; resource?: Resource; visible?: boolean } & EntityConfig

创建模型实例的设置。