VenomEngine
Cross-Platform Modern Graphics Engine
Loading...
Searching...
No Matches
venom::common::LightImpl Class Referenceabstract
+ Inheritance diagram for venom::common::LightImpl:

Public Member Functions

vc::Error SetType (const LightType type)
 
const LightType & GetLightType () const
 
void SetColor (const vcm::Vec3 &color)
 
const vcm::Vec3 & GetColor () const
 
void SetIntensity (const float intensity)
 
const float & GetIntensity () const
 
float * GetIntensityPtr ()
 
void SetAngle (const float angle)
 
const float & GetAngle () const
 
LightShaderStruct GetShaderStruct () const
 
vc::Error Reinit ()
 
LightCascadedShadowMapConstantsStruct GetShadowMapConstantsStruct (const int cascadeIndex, const int faceIndex, Camera *const camera, vcm::Vec3 *lightPos) const
 
int GetCascadeIndex (Camera *const camera)
 
int GetLightIndexPerType () const
 
vcm::Vec3 GetDirection () const
 
- Public Member Functions inherited from venom::common::PluginObjectImpl
template<class T>
T * As ()
 
template<class T>
const T * As () const
 
template<class T>
T * ConstAs () const
 
template<class T>
T * RAs ()
 
template<class T>
const T * RAs () const
 
void IncRefCount ()
 
void DecRefCount ()
 
- Public Member Functions inherited from venom::common::GraphicsPluginObject
virtual void Destroy () override
 /!\ THIS FUNCTION MUST BE CALLED FOR DESTRUCTION, DO NOT USE delete
 
- Public Member Functions inherited from venom::common::PluginObject
 PluginObject (const PluginType type)
 
PluginType GetType () const override
 
template<class T>
T * DAs ()
 
template<class T>
const T * DAs () const
 

Protected Member Functions

virtual vc::Error _SetType (const LightType type)=0
 
virtual void _SetDescriptorsFromCascade (const int cascadeIndex)=0
 

Protected Attributes

int _lightIndexPerType
 

Friends

class Light
 

Additional Inherited Members

- Static Public Member Functions inherited from venom::common::GraphicsPluginObject
static bool HasCachedObject (const vc::String &path)
 Checks if an object is in the cache.
 
static SPtr< GraphicsCachedResourceGetCachedObject (const vc::String &path)
 Gets a cached object from the graphics cache.
 
static const vc::UMap< vc::String, vc::SPtr< GraphicsCachedResource > > & GetCachedObjects ()
 Gets all cached objects.
 
- Static Protected Member Functions inherited from venom::common::GraphicsPluginObject
static void _SetInCache (const vc::String &path, const SPtr< GraphicsCachedResource > &object)
 Sets an object in the cache.
 
static void _SetCacheSize (size_t size)
 Adds cache size to avoid unnecessary additional allocations.
 
static void _AddCacheSize (size_t size)
 Adds cache size to avoid unnecessary additional allocations.
 

The documentation for this class was generated from the following files: