#include <typedmesh.h>
|
using | Base = TypedMeshBufferBase<float, 1, static_cast<int>(BufferType::ScalarMetaAttrib)> |
|
using | type |
|
|
std::shared_ptr< const Buffer< Base::type > > | getScalarMeta () const |
|
std::shared_ptr< Buffer< Base::type > > | getEditableScalarMeta () |
|
void | setVertexScalarMeta (size_t index, float value) |
|
| TypedMeshBufferBase (Mesh &mesh) |
|
auto | getTypedRAMRepresentation () const |
|
auto | getTypedEditableRAMRepresentation () |
|
auto & | getTypedDataContainer () const |
|
auto & | getTypedDataContainer () |
|
| TypedMeshBufferBase (Mesh &mesh) |
|
auto | getTypedRAMRepresentation () const |
|
auto | getTypedEditableRAMRepresentation () |
|
auto & | getTypedDataContainer () const |
|
auto & | getTypedDataContainer () |
|
BufferTrait for scalar meta data buffers (float) Useful the pass additional information the rendering
- See also
- SphereRenderer
The documentation for this class was generated from the following file: