Lines Matching refs:ut

37     nw::ut::ResS32 m_Index;
38 nw::ut::ResF32 m_Weight;
45 class ResKeyShapeWeight : public nw::ut::ResCommon< ResKeyShapeWeightData >
57 nw::ut::ResTypeInfo typeInfo;
58 nw::ut::ResS32 m_KeyShapeWeightsTableCount;
59 nw::ut::Offset toKeyShapeWeightsTable;
66 class ResMorphShape : public nw::ut::ResCommon< ResMorphShapeData >
77 nw::ut::ResS32 m_DeltaVertexAttributesTableCount;
78 nw::ut::Offset toDeltaVertexAttributesTable;
99 nw::ut::ResS32 m_IndexStreamsTableCount;
100 nw::ut::Offset toIndexStreamsTable;
101 nw::ut::ResS32 m_BufferObjectsTableCount;
102 nw::ut::Offset toBufferObjectsTable;
108 class ResPrimitive : public nw::ut::ResCommon< ResPrimitiveData >
146 typedef nw::ut::ResArrayClass<ResPrimitive>::type ResPrimitiveArray;
152 nw::ut::ResS32 m_BoneIndexTableTableCount;
153 nw::ut::Offset toBoneIndexTableTable;
154 nw::ut::ResS32 m_SkinningMode;
155 nw::ut::ResS32 m_PrimitivesTableCount;
156 nw::ut::Offset toPrimitivesTable;
162 class ResPrimitiveSet : public nw::ut::ResCommon< ResPrimitiveSetData >
217 typedef nw::ut::ResArrayClass<ResPrimitiveSet>::type ResPrimitiveSetArray;
226 nw::ut::ResU32 m_Flags;
227 nw::ut::Offset toBoundingVolume;
228 nw::ut::ResVec3 m_PositionOffset;
229 nw::ut::ResS32 m_PrimitiveSetsTableCount;
230 nw::ut::Offset toPrimitiveSetsTable;
264 NW_RES_FIELD_CLASS_DECL( nw::ut::ResBoundingVolume, BoundingVolume) // GetBoundingVolume() in NW_RES_CTOR_INHERIT()
270 nw::ut::ResOrientedBoundingBox GetOrientedBoundingBox() in NW_RES_CTOR_INHERIT()
272 nw::ut::ResOrientedBoundingBox resOBB( ref().toBoundingVolume.to_ptr() ); in NW_RES_CTOR_INHERIT()
274 …NW_ASSERT( resOBB.IsValid() || (resOBB.GetTypeInfo() == nw::ut::ResOrientedBoundingBox::TYPE_INFO)… in NW_RES_CTOR_INHERIT()
278 const nw::ut::ResOrientedBoundingBox GetOrientedBoundingBox() const in GetOrientedBoundingBox()
280 const nw::ut::ResOrientedBoundingBox resOBB( ref().toBoundingVolume.to_ptr() ); in GetOrientedBoundingBox()
282 …NW_ASSERT( resOBB.IsValid() || (resOBB.GetTypeInfo() == nw::ut::ResOrientedBoundingBox::TYPE_INFO)… in GetOrientedBoundingBox()
290 nw::ut::ResOrientedBoundingBoxData& GetOrientedBoundingBoxData() in GetOrientedBoundingBoxData()
295 const nw::ut::ResOrientedBoundingBoxData& GetOrientedBoundingBoxData() const in GetOrientedBoundingBoxData()
349 typedef nw::ut::ResArrayClass<ResShape>::type ResShapeArray;
355 nw::ut::ResS32 m_VertexAttributesTableCount;
356 nw::ut::Offset toVertexAttributesTable;
357 nw::ut::Offset toMorphShape;