Typedefs
- omni::connect::core::FloatPrimvarData
An alias for
PrimvarData
that holdsVtFloatArray
values (e.g widths or scale factors).- omni::connect::core::Int64PrimvarData
An alias for
PrimvarData
that holdsVtInt64Array
values (e.g ids that might be very large).- omni::connect::core::IntPrimvarData
An alias for
PrimvarData
that holdsVtIntArray
values (e.g simple switch values or booleans consumable by shaders).- omni::connect::core::LiveSessionConfigMap
An alias template declaration for the session configuration key-value pair map.
- omni::connect::core::StringPrimvarData
An alias for
PrimvarData
that holdsVtStringArray
values (e.g human readable descriptors).- omni::connect::core::TokenPrimvarData
An alias for
PrimvarData
that holdsVtTokenArray
values (e.g more efficient human readable descriptors).- omni::connect::core::Vec2fPrimvarData
An alias for
PrimvarData
that holdsVtVec2fArray
values (e.g texture coordinates).- omni::connect::core::Vec3fPrimvarData
An alias for
PrimvarData
that holdsVtVec3fArray
values (e.g normals, colors, or other vectors).