cesium-native  0.41.0
CesiumGltf::PropertyTexturePropertyView< ElementType, Normalized > Class Template Reference

A view of the data specified by a PropertyTextureProperty. More...

Detailed Description

template<typename ElementType, bool Normalized = false>
class CesiumGltf::PropertyTexturePropertyView< ElementType, Normalized >

A view of the data specified by a PropertyTextureProperty.

Provides utilities to sample the property texture property using texture coordinates. Property values are retrieved from the NEAREST texel without additional filtering applied.

Template Parameters
ElementTypeThe type of the elements represented in the property view
NormalizedWhether or not the property is normalized. If normalized, the elements can be retrieved as normalized floating-point numbers, as opposed to their integer values.

Definition at line 217 of file PropertyTexturePropertyView.h.


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