← Back to packages

Package intrinsic_proto.scene_objects

Message ProcessedSceneObjectAssets

Message ProcessedSceneObjectManifest

Message SceneObjectAssets

Message SceneObjectManifest

Message SceneObjectManifests

Message SceneObjectMetadata

Messages

message ProcessedSceneObjectAssets intrinsic/assets/scene_objects/proto/scene_object_manifest.proto

Field Type Description
1 scene_object_model intrinsic_proto.scene_object.v1.SceneObject

The scene object's geometric representation.

2 default_scene_object_config intrinsic_proto.scene_object.v1.SceneObjectConfig

The default scene object config for instances of the scene object.

3 file_descriptor_set google.protobuf.FileDescriptorSet

A complete descriptor set for the scene object.

message ProcessedSceneObjectManifest intrinsic/assets/scene_objects/proto/scene_object_manifest.proto

Field Type Description
1 metadata intrinsic_proto.scene_objects.SceneObjectMetadata

Metadata associated with this scene object (e.g., id, documentation, etc.)

2 assets intrinsic_proto.scene_objects.ProcessedSceneObjectAssets

The processed version of the scene object assets.

message SceneObjectAssets intrinsic/assets/scene_objects/proto/scene_object_manifest.proto

Field Type Description
1 gzf_geometry_filenames repeated string

The filenames of the gzf files used in the scene object definition.

2 root_scene_object_name string

The name of the root scene object specified by the given gzf files. This is optional if there is only one gzf file; The most common case.

3 default_user_data_filename optional string

The binary proto file containing the default user_data for the scene object's SceneObjectConfig.

4 file_descriptor_set_filename optional string

The binary proto file containing the file descriptor set for the SceneObject (including, e.g., the descriptors for the SceneObjectConfig's user_data).

message SceneObjectManifest intrinsic/assets/scene_objects/proto/scene_object_manifest.proto

Field Type Description
1 metadata intrinsic_proto.scene_objects.SceneObjectMetadata

Metadata associated with this scene object (e.g., id, documentation, etc.)

2 assets intrinsic_proto.scene_objects.SceneObjectAssets

Scene Object's assets (e.g., geometric representation).

message SceneObjectManifests intrinsic/assets/scene_objects/proto/scene_object_manifest.proto

Field Type Description
1 manifests repeated intrinsic_proto.scene_objects.SceneObjectManifest

message SceneObjectMetadata intrinsic/assets/scene_objects/proto/scene_object_manifest.proto

Field Type Description
1 id intrinsic_proto.assets.Id

The scene object's id.

2 vendor intrinsic_proto.assets.Vendor

The scene object's vendor.

3 documentation intrinsic_proto.assets.Documentation

Documentation about the scene object which will be shown to users.

4 display_name string

The display name of this scene object to be shown in UIs.

5 asset_tag intrinsic_proto.assets.AssetTag

A tag identifying the category of the scene object.