MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ SpatialScope

enum class MayaFlux::IO::SpatialScope : uint8_t
strong

How many elements one attribute contributes per sample.

Mirrors Alembic's own GeometryScope, narrowed to the three values that apply to points and curves (kVertexScope/kFacevaryingScope are mesh-only concepts with no equivalent here): Constant: one value for the whole stream. Uniform: one value per curve. Meaningless for PrimitiveTopology::POINT_LIST (a point cloud has no sub-grouping smaller than the stream itself, so it is treated as Constant there). Varying: one value per point, or per curve vertex for curve topologies.

Enumerator
Constant 
Uniform 
Varying 

Definition at line 24 of file SpatialCache.hpp.