VTK
9.3.1
|
#include <vtkGLTFDocumentLoader.h>
Public Types | |
enum | LightType : unsigned char { LightType::DIRECTIONAL, LightType::POINT, LightType::SPOT } |
Public Attributes | |
LightType | Type |
std::vector< double > | Color |
double | Intensity |
double | Range |
double | SpotInnerConeAngle |
double | SpotOuterConeAngle |
std::string | Name |
Definition at line 470 of file vtkGLTFDocumentLoader.h.
|
strong |
Enumerator | |
---|---|
DIRECTIONAL | |
POINT | |
SPOT |
Definition at line 472 of file vtkGLTFDocumentLoader.h.
LightType vtkGLTFDocumentLoader::Extensions::KHRLightsPunctual::Light::Type |
Definition at line 478 of file vtkGLTFDocumentLoader.h.
std::vector<double> vtkGLTFDocumentLoader::Extensions::KHRLightsPunctual::Light::Color |
Definition at line 480 of file vtkGLTFDocumentLoader.h.
double vtkGLTFDocumentLoader::Extensions::KHRLightsPunctual::Light::Intensity |
Definition at line 481 of file vtkGLTFDocumentLoader.h.
double vtkGLTFDocumentLoader::Extensions::KHRLightsPunctual::Light::Range |
Definition at line 482 of file vtkGLTFDocumentLoader.h.
double vtkGLTFDocumentLoader::Extensions::KHRLightsPunctual::Light::SpotInnerConeAngle |
Definition at line 485 of file vtkGLTFDocumentLoader.h.
double vtkGLTFDocumentLoader::Extensions::KHRLightsPunctual::Light::SpotOuterConeAngle |
Definition at line 486 of file vtkGLTFDocumentLoader.h.
std::string vtkGLTFDocumentLoader::Extensions::KHRLightsPunctual::Light::Name |
Definition at line 488 of file vtkGLTFDocumentLoader.h.