Skip to main content

AVxcelerate Asset Preparation API 2024 R1

asset_preparation::v2::scene_tree::PointLightInstanceProperties Struct Reference

Last update: 16.07.2025

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

Collaboration diagram for asset_preparation::v2::scene_tree::PointLightInstanceProperties:

Public Attributes

google::protobuf::StringValue name = 1
 
google::protobuf::Int32Value point_light_id = 2
 
Transform transform = 3
 
google::protobuf::BoolValue visibility = 4
 
repeated common::TagIdentity removed_tags = 5
 
repeated common::Tag added_tags = 6
 

Detailed Description

The properties of a point light instance.

Member Data Documentation

◆ added_tags

repeated common::Tag asset_preparation::v2::scene_tree::PointLightInstanceProperties::added_tags = 6

Tag(s) to add to the point light instance.

Note
Only LightingType Tags are allowed.

◆ name

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

The name of the point 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.

◆ point_light_id

google::protobuf::Int32Value asset_preparation::v2::scene_tree::PointLightInstanceProperties::point_light_id = 2

The identifier of the referenced point light.

Note
Mandatory for creation. Ignored during edition.

◆ removed_tags

repeated common::TagIdentity asset_preparation::v2::scene_tree::PointLightInstanceProperties::removed_tags = 5

Tags to remove from the point light instance.

◆ transform

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

The point 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::PointLightInstanceProperties::visibility = 4

The point light instance visibility.

Note
The point light instance is visible by default.

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

Connect with Ansys