asset_preparation::v3::scene_tree::GeometryInstanceProperties Struct Reference
Last update: 16.07.2025The properties of a geometry instance. More...
Collaboration diagram for asset_preparation::v3::scene_tree::GeometryInstanceProperties:

Public Attributes | |
| google::protobuf::Int32Value | geometry_identifier = 1 |
| Transform | transform = 2 |
| google::protobuf::BoolValue | visibility = 3 |
| ThermalProperties | thermal_properties = 4 |
| repeated common::TagIdentity | removed_tags = 5 |
| repeated common::Tag | added_tags = 6 |
Detailed Description
The properties of a geometry instance.
Member Data Documentation
◆ geometry_identifier
| google::protobuf::Int32Value asset_preparation::v3::scene_tree::GeometryInstanceProperties::geometry_identifier = 1 |
The identifier of the referenced geometry.
- Note
- Mandatory for creation. Ignored during edition.
◆ transform
| Transform asset_preparation::v3::scene_tree::GeometryInstanceProperties::transform = 2 |
The geometry instance transformation.
◆ visibility
| google::protobuf::BoolValue asset_preparation::v3::scene_tree::GeometryInstanceProperties::visibility = 3 |
The geometry instance visibility.
- Note
- The geometry instance is visible by default.
◆ thermal_properties
| ThermalProperties asset_preparation::v3::scene_tree::GeometryInstanceProperties::thermal_properties = 4 |
The thermal properties of the instance.
- Note
- The thermal properties are not set by default.
◆ removed_tags
| repeated common::TagIdentity asset_preparation::v3::scene_tree::GeometryInstanceProperties::removed_tags = 5 |
Tags to remove from the geometry instance.
◆ added_tags
| repeated common::Tag asset_preparation::v3::scene_tree::GeometryInstanceProperties::added_tags = 6 |
Tag(s) to add to the geometry instance.
- Note
- If you want to tag a dynamic asset as a custom simulation object, you must add the custom tag first, then add a second asset tag: BASIC_TYPE_VEHICLE, BASIC_TYPE_PEDESTRIAN or BASIC_TYPE_ANIMAL, in this specific order.
The documentation for this struct was generated from the following file:
- scenetree_description.proto