Lines Matching refs:ut

39     nw::ut::ResTypeInfo typeInfo;
40 nw::ut::ResS32 m_VertexAttributesTableCount;
41 nw::ut::Offset toVertexAttributesTable;
47 nw::ut::ResTypeInfo typeInfo;
48 nw::ut::ResS32 m_TargetShapesTableCount;
49 nw::ut::Offset toTargetShapesTable;
50 nw::ut::ResS32 m_UsageTableTableCount;
51 nw::ut::Offset toUsageTableTable;
58 class ResTargetShape : public nw::ut::ResCommon<ResTargetShapeData>
70 class ResBlendShape : public nw::ut::ResCommon<ResBlendShapeData>
85 nw::ut::ResS32 m_IndexStreamsTableCount;
86 nw::ut::Offset toIndexStreamsTable;
87 nw::ut::ResS32 m_BufferObjectsTableCount;
88 nw::ut::Offset toBufferObjectsTable;
89 nw::ut::ResU32 m_Flags;
96 class ResPrimitive : public nw::ut::ResCommon< ResPrimitiveData >
167 typedef nw::ut::ResArrayClass<ResPrimitive>::type ResPrimitiveArray;
173 nw::ut::ResS32 m_BoneIndexTableTableCount;
174 nw::ut::Offset toBoneIndexTableTable;
175 nw::ut::ResS32 m_SkinningMode;
176 nw::ut::ResS32 m_PrimitivesTableCount;
177 nw::ut::Offset toPrimitivesTable;
183 class ResPrimitiveSet : public nw::ut::ResCommon< ResPrimitiveSetData >
238 typedef nw::ut::ResArrayClass<ResPrimitiveSet>::type ResPrimitiveSetArray;
247 nw::ut::ResU32 m_Flags;
248 nw::ut::Offset toBoundingVolume;
249 nw::ut::ResVec3 m_PositionOffset;
250 nw::ut::ResS32 m_PrimitiveSetsTableCount;
251 nw::ut::Offset toPrimitiveSetsTable;
296 NW_RES_FIELD_CLASS_DECL( nw::ut::ResBoundingVolume, BoundingVolume) // GetBoundingVolume() in NW_RES_CTOR_INHERIT()
302 nw::ut::ResOrientedBoundingBox GetOrientedBoundingBox() in NW_RES_CTOR_INHERIT()
304 nw::ut::ResOrientedBoundingBox resOBB( ref().toBoundingVolume.to_ptr() ); in NW_RES_CTOR_INHERIT()
306 …NW_ASSERT( resOBB.IsValid() || (resOBB.GetTypeInfo() == nw::ut::ResOrientedBoundingBox::TYPE_INFO)… in NW_RES_CTOR_INHERIT()
310 const nw::ut::ResOrientedBoundingBox GetOrientedBoundingBox() const in GetOrientedBoundingBox()
312 const nw::ut::ResOrientedBoundingBox resOBB( ref().toBoundingVolume.to_ptr() ); in GetOrientedBoundingBox()
314 …NW_ASSERT( resOBB.IsValid() || (resOBB.GetTypeInfo() == nw::ut::ResOrientedBoundingBox::TYPE_INFO)… in GetOrientedBoundingBox()
322 nw::ut::ResOrientedBoundingBoxData& GetOrientedBoundingBoxData() in GetOrientedBoundingBoxData()
327 const nw::ut::ResOrientedBoundingBoxData& GetOrientedBoundingBoxData() const in GetOrientedBoundingBoxData()
381 typedef nw::ut::ResArrayClass<ResShape>::type ResShapeArray;
387 nw::ut::ResS32 m_VertexAttributesTableCount;
388 nw::ut::Offset toVertexAttributesTable;
389 nw::ut::Offset toBlendShape;