Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::DiffuseLight Class Reference
Inheritance diagram for inviwo::DiffuseLight:

Public Member Functions

virtual DiffuseLightclone () const override
virtual float getArea () const override
virtual vec3 getPower () const override
LightSourceType getLightSourceType () const override
const vec3 & getNormal () const
void setNormal (const vec3 &normal)
Public Member Functions inherited from inviwo::LightSource
vec3 getIntensity () const
void setIntensity (const vec3 &intensity)
float getFieldOfView () const
void setFieldOfView (float FOVInRadians)
const vec2 & getSize () const
void setSize (const vec2 &newSize)
bool isEnabled () const
void setEnabled (bool enable)
virtual const AxisgetAxis (size_t) const override
virtual Document getInfo () const
Public Member Functions inherited from inviwo::SpatialEntity
 SpatialEntity (const glm::mat4 &modelMatrix)
 SpatialEntity (const glm::mat4 &modelMatrix, const glm::mat4 &worldMatrix)
 SpatialEntity (const SpatialEntity &rhs)
SpatialEntityoperator= (const SpatialEntity &that)
glm::vec3 getOffset () const
void setOffset (const glm::vec3 &offset)
glm::mat3 getBasis () const
void setBasis (const glm::mat3 &basis)
glm::mat4 getModelMatrix () const
void setModelMatrix (const glm::mat4 &modelMatrix)
glm::mat4 getWorldMatrix () const
void setWorldMatrix (const glm::mat4 &worldMatrix)
virtual const SpatialCoordinateTransformergetCoordinateTransformer () const
virtual const SpatialCameraCoordinateTransformergetCoordinateTransformer (const Camera &camera) const

Protected Attributes

vec3 normal_ {1.0f, 0.0f, 0.0f}
Protected Attributes inherited from inviwo::LightSource
vec3 intensity_
float fieldOfView_
vec2 size_
bool enabled_
Protected Attributes inherited from inviwo::SpatialEntity
std::unique_ptr< SpatialCoordinateTransformertransformer_
std::unique_ptr< SpatialCameraCoordinateTransformercameraTransformer_
glm::mat4 modelMatrix_
glm::mat4 worldMatrix_

Additional Inherited Members

Static Public Attributes inherited from inviwo::LightSource
static constexpr uvec3 colorCode {128, 64, 196}
static constexpr std::string_view classIdentifier {"org.inviwo.LightSource"}
static constexpr std::string_view dataName {"LightSource"}

Member Function Documentation

◆ clone()

virtual DiffuseLight * inviwo::DiffuseLight::clone ( ) const
overridevirtual

Implements inviwo::SpatialEntity.

◆ getArea()

virtual float inviwo::DiffuseLight::getArea ( ) const
inlineoverridevirtual

Implements inviwo::LightSource.

◆ getLightSourceType()

LightSourceType inviwo::DiffuseLight::getLightSourceType ( ) const
inlineoverridevirtual

Implements inviwo::LightSource.

◆ getNormal()

const vec3 & inviwo::DiffuseLight::getNormal ( ) const
inline

Get normal of area light.

Returns
Area light normal.

◆ getPower()

virtual vec3 inviwo::DiffuseLight::getPower ( ) const
overridevirtual

Get radiant flux (color) of light source.

See also
setPower
Returns
Radiant flux in watt.

Implements inviwo::LightSource.

◆ setNormal()

void inviwo::DiffuseLight::setNormal ( const vec3 & normal)
inline

Set normal of area light.

Parameters
normalof light source.

The documentation for this class was generated from the following file:
  • diffuselight.h