VTK
9.2.6
|
#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 479 of file vtkGLTFDocumentLoader.h.
|
strong |
Enumerator | |
---|---|
DIRECTIONAL | |
POINT | |
SPOT |
Definition at line 481 of file vtkGLTFDocumentLoader.h.
LightType vtkGLTFDocumentLoader::Extensions::KHRLightsPunctual::Light::Type |
Definition at line 487 of file vtkGLTFDocumentLoader.h.
std::vector<double> vtkGLTFDocumentLoader::Extensions::KHRLightsPunctual::Light::Color |
Definition at line 489 of file vtkGLTFDocumentLoader.h.
double vtkGLTFDocumentLoader::Extensions::KHRLightsPunctual::Light::Intensity |
Definition at line 490 of file vtkGLTFDocumentLoader.h.
double vtkGLTFDocumentLoader::Extensions::KHRLightsPunctual::Light::Range |
Definition at line 491 of file vtkGLTFDocumentLoader.h.
double vtkGLTFDocumentLoader::Extensions::KHRLightsPunctual::Light::SpotInnerConeAngle |
Definition at line 494 of file vtkGLTFDocumentLoader.h.
double vtkGLTFDocumentLoader::Extensions::KHRLightsPunctual::Light::SpotOuterConeAngle |
Definition at line 495 of file vtkGLTFDocumentLoader.h.
std::string vtkGLTFDocumentLoader::Extensions::KHRLightsPunctual::Light::Name |
Definition at line 497 of file vtkGLTFDocumentLoader.h.