|
Blender V5.0
|
#include <usd_light_convert.hh>
Public Attributes | |
| float | intensity |
| pxr::GfVec3f | color |
| pxr::SdfAssetPath | tex_path |
| pxr::TfToken | pole_axis |
| bool | has_color |
| bool | has_tex |
Definition at line 22 of file usd_light_convert.hh.
| pxr::GfVec3f blender::io::usd::USDImportDomeLightData::color |
Definition at line 24 of file usd_light_convert.hh.
Referenced by blender::io::usd::USDDomeLightReader::create_object(), and blender::io::usd::dome_light_to_world_material().
| bool blender::io::usd::USDImportDomeLightData::has_color |
Definition at line 28 of file usd_light_convert.hh.
Referenced by blender::io::usd::USDDomeLightReader::create_object(), and blender::io::usd::dome_light_to_world_material().
| bool blender::io::usd::USDImportDomeLightData::has_tex |
Definition at line 29 of file usd_light_convert.hh.
Referenced by blender::io::usd::USDDomeLightReader::create_object(), and blender::io::usd::dome_light_to_world_material().
| float blender::io::usd::USDImportDomeLightData::intensity |
Definition at line 23 of file usd_light_convert.hh.
Referenced by blender::io::usd::USDDomeLightReader::create_object(), and blender::io::usd::dome_light_to_world_material().
| pxr::TfToken blender::io::usd::USDImportDomeLightData::pole_axis |
Definition at line 26 of file usd_light_convert.hh.
Referenced by blender::io::usd::USDDomeLightReader::create_object(), and blender::io::usd::dome_light_to_world_material().
| pxr::SdfAssetPath blender::io::usd::USDImportDomeLightData::tex_path |
Definition at line 25 of file usd_light_convert.hh.
Referenced by blender::io::usd::USDDomeLightReader::create_object(), and blender::io::usd::dome_light_to_world_material().