gz/rendering/base/BaseHeightmap.hh
Go to the documentation of this file.
Definition: gz/rendering/base/BaseHeightmap.hh:33
virtual const HeightmapDescriptor & Descriptor() override
Get the immutable heightmap descriptor.
Definition: gz/rendering/base/BaseHeightmap.hh:74
virtual void PreRender() override
Prepare this object and any of its children for rendering. This should be called for each object in a...
Definition: gz/rendering/base/BaseHeightmap.hh:60
HeightmapDescriptor descriptor
Descriptor containing heightmap information.
Definition: gz/rendering/base/BaseHeightmap.hh:48
virtual void Destroy() override
Destroy any resources associated with this object. Invoking any other functions after destroying an o...
Definition: gz/rendering/base/BaseHeightmap.hh:67
BaseHeightmap(const HeightmapDescriptor &_desc)
Constructor.
Definition: gz/rendering/base/BaseHeightmap.hh:53
Describes how a Heightmap should be loaded.
Definition: gz/rendering/HeightmapDescriptor.hh:147
A terrain defined by a heightfield.
Definition: gz/rendering/Heightmap.hh:34