Skip to main content

AVxcelerate Asset Preparation API 2024 R1

asset_preparation::v2::scene_tree::DirectionalLightInstanceProperties Struct Reference

Last update: 16.07.2025

The properties of a directional light instance. More...

Collaboration diagram for asset_preparation::v2::scene_tree::DirectionalLightInstanceProperties:

Public Attributes

google::protobuf::StringValue name = 1
 
google::protobuf::Int32Value directional_light_id = 2
 
Transform transform = 3
 
google::protobuf::BoolValue visibility = 4
 

Detailed Description

The properties of a directional light instance.

Member Data Documentation

◆ directional_light_id

google::protobuf::Int32Value asset_preparation::v2::scene_tree::DirectionalLightInstanceProperties::directional_light_id = 2

The identifier of the referenced directional light.

Note
Mandatory for creation. Ignored during edition.

◆ name

google::protobuf::StringValue asset_preparation::v2::scene_tree::DirectionalLightInstanceProperties::name = 1

The name of the directional light instance.

Note
Names must be unique amongst siblings (nodes, geometry and light instances).
If no name is defined, a default unique name is automatically set.

◆ transform

Transform asset_preparation::v2::scene_tree::DirectionalLightInstanceProperties::transform = 3

The directional light instance transformation.

Note
The scale should not be set for light instances. If defined, it will be ignored.

◆ visibility

google::protobuf::BoolValue asset_preparation::v2::scene_tree::DirectionalLightInstanceProperties::visibility = 4

The directional light instance visibility.

Note
The directional light instance is visible by default.

The documentation for this struct was generated from the following file:
  • scenetree_description.proto

Connect with Ansys