HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GLTF_NAMESPACE::GLTF_Light Struct Reference

#include <GLTF_Types.h>

Public Member Functions

virtual ~GLTF_Light ()=default
 

Public Attributes

UT_String name = ""
 
UT_Vector3 color = {1.0f, 1.0f, 1.0f}
 
fpreal32 intesity = 1.0f
 
GLTF_LightType type = LIGHT_NONE
 
UT_Optional< fpreal32outerConeAngle
 

Detailed Description

Definition at line 483 of file GLTF_Types.h.

Constructor & Destructor Documentation

virtual GLTF_NAMESPACE::GLTF_Light::~GLTF_Light ( )
virtualdefault

Member Data Documentation

UT_Vector3 GLTF_NAMESPACE::GLTF_Light::color = {1.0f, 1.0f, 1.0f}

Definition at line 488 of file GLTF_Types.h.

fpreal32 GLTF_NAMESPACE::GLTF_Light::intesity = 1.0f

Definition at line 489 of file GLTF_Types.h.

UT_String GLTF_NAMESPACE::GLTF_Light::name = ""

Definition at line 487 of file GLTF_Types.h.

UT_Optional<fpreal32> GLTF_NAMESPACE::GLTF_Light::outerConeAngle

Definition at line 495 of file GLTF_Types.h.

GLTF_LightType GLTF_NAMESPACE::GLTF_Light::type = LIGHT_NONE

Definition at line 490 of file GLTF_Types.h.


The documentation for this struct was generated from the following file: