Skip to main content

AVxcelerate Asset Preparation API 2024 R2

asset_preparation::v3::point_light::PointLightProperties Struct Reference

Last update: 16.07.2025

The properties of a point light. More...

Collaboration diagram for asset_preparation::v3::point_light::PointLightProperties:

Public Attributes

Intensity intensity = 1
 
SpectrumLibrary spectrum_library = 2
 
BlackBody black_body = 3
 
Monochromatic monochromatic = 4
 
common::Empty no_shadow = 5
 
Shadows static_shadows = 6
 
Shadows dynamic_shadows = 7
 
Rendering rendering = 8
 

Detailed Description

The properties of a point light.

Member Data Documentation

◆ intensity

Intensity asset_preparation::v3::point_light::PointLightProperties::intensity = 1

The intensity.

◆ spectrum_library

SpectrumLibrary asset_preparation::v3::point_light::PointLightProperties::spectrum_library = 2

ONEOF(spectrum) Spectrum based on a spectrum file.

◆ black_body

BlackBody asset_preparation::v3::point_light::PointLightProperties::black_body = 3

ONEOF(spectrum) Spectrum based on a black body.

Note
This is the default type of spectrum.

◆ monochromatic

Monochromatic asset_preparation::v3::point_light::PointLightProperties::monochromatic = 4

ONEOF(spectrum) Monochromatic spectrum.

◆ no_shadow

common::Empty asset_preparation::v3::point_light::PointLightProperties::no_shadow = 5

ONEOF(shadows) The point light does not cast shadows.

◆ static_shadows

Shadows asset_preparation::v3::point_light::PointLightProperties::static_shadows = 6

ONEOF(shadows) The point light produces static shadows.

◆ dynamic_shadows

Shadows asset_preparation::v3::point_light::PointLightProperties::dynamic_shadows = 7

ONEOF(shadows) The point light produces dynamic shadows.

Note
This is the default type of shadows.

◆ rendering

Rendering asset_preparation::v3::point_light::PointLightProperties::rendering = 8

The rendering properties.


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

Connect with Ansys