29EnvironmentMapping::EnvironmentMapping(
const string&
id,
int width,
int height,
BoundingBox boundingBox)
59 translationTransformations.
update();
69 translationTransformations.
update();
77 if (this->enabled ==
enabled)
return;
97 if (this->frustumCulling ==
true) {
void deregisterEntity(Entity *entity)
Removes a entity from internal lists, those entities can also be sub entities from entity hierarchy o...
void registerEntity(Entity *entity)
Adds a entity to internal lists, those entities can also be sub entities from entity hierarchy or par...
Environment mapping entity.
BoundingBox boundingBoxTransformed
void dispose() override
Dispose this object 3d.
void initialize() override
Initiates this object 3d.
void update() override
Update transformations.
const Vector3 & getTranslation() const override
EnvironmentMappingRenderer * environmentMappingRenderer
void fromTransformations(const Transformations &transformations) override
Set up this transformations from given transformations.
void setFrustumCulling(bool frustumCulling) override
Set frustum culling.
int64_t timeRenderUpdateFrequency
void setEngine(Engine *engine) override
Set up engine.
void setEnabled(bool enabled) override
Enable/disable rendering.
Axis aligned bounding box used for frustum, this is not directly connectable with physics engine.
void fromBoundingVolumeWithTransformations(BoundingBox *original, const Transformations &transformations)
Create bounding volume from given original(of same type) with applied transformations.
void initialize()
Init frame buffer.
void setRenderPassMask(int32_t renderPassMask)
Set up render pass mask.
void setTimeRenderUpdateFrequency(int64_t frequency)
Set up render update time frequency.
void dispose()
Disposes this shadow mapping.
virtual void updateEntity(Entity *entity)=0
Updates a entity.
virtual void addEntity(Entity *entity)=0
Adds a entity.
virtual void removeEntity(Entity *entity)=0
Removes a entity.