Lines Matching refs:ut
37 nw::ut::ResTypeInfo typeInfo;
38 nw::ut::ResS32 m_VertexAttributesTableCount;
39 nw::ut::Offset toVertexAttributesTable;
45 nw::ut::ResTypeInfo typeInfo;
46 nw::ut::ResS32 m_TargetShapesTableCount;
47 nw::ut::Offset toTargetShapesTable;
48 nw::ut::ResS32 m_UsageTableTableCount;
49 nw::ut::Offset toUsageTableTable;
56 class ResTargetShape : public nw::ut::ResCommon<ResTargetShapeData>
68 class ResBlendShape : public nw::ut::ResCommon<ResBlendShapeData>
83 nw::ut::ResS32 m_IndexStreamsTableCount;
84 nw::ut::Offset toIndexStreamsTable;
85 nw::ut::ResS32 m_BufferObjectsTableCount;
86 nw::ut::Offset toBufferObjectsTable;
87 nw::ut::ResU32 m_Flags;
94 class ResPrimitive : public nw::ut::ResCommon< ResPrimitiveData >
165 typedef nw::ut::ResArrayClass<ResPrimitive>::type ResPrimitiveArray;
171 nw::ut::ResS32 m_BoneIndexTableTableCount;
172 nw::ut::Offset toBoneIndexTableTable;
173 nw::ut::ResS32 m_SkinningMode;
174 nw::ut::ResS32 m_PrimitivesTableCount;
175 nw::ut::Offset toPrimitivesTable;
181 class ResPrimitiveSet : public nw::ut::ResCommon< ResPrimitiveSetData >
236 typedef nw::ut::ResArrayClass<ResPrimitiveSet>::type ResPrimitiveSetArray;
245 nw::ut::ResU32 m_Flags;
246 nw::ut::Offset toBoundingVolume;
247 nw::ut::ResVec3 m_PositionOffset;
248 nw::ut::ResS32 m_PrimitiveSetsTableCount;
249 nw::ut::Offset toPrimitiveSetsTable;
294 NW_RES_FIELD_CLASS_DECL( nw::ut::ResBoundingVolume, BoundingVolume) // GetBoundingVolume() in NW_RES_CTOR_INHERIT()
300 nw::ut::ResOrientedBoundingBox GetOrientedBoundingBox() in NW_RES_CTOR_INHERIT()
302 nw::ut::ResOrientedBoundingBox resOBB( ref().toBoundingVolume.to_ptr() ); in NW_RES_CTOR_INHERIT()
304 …NW_ASSERT( resOBB.IsValid() || (resOBB.GetTypeInfo() == nw::ut::ResOrientedBoundingBox::TYPE_INFO)… in NW_RES_CTOR_INHERIT()
308 const nw::ut::ResOrientedBoundingBox GetOrientedBoundingBox() const in GetOrientedBoundingBox()
310 const nw::ut::ResOrientedBoundingBox resOBB( ref().toBoundingVolume.to_ptr() ); in GetOrientedBoundingBox()
312 …NW_ASSERT( resOBB.IsValid() || (resOBB.GetTypeInfo() == nw::ut::ResOrientedBoundingBox::TYPE_INFO)… in GetOrientedBoundingBox()
320 nw::ut::ResOrientedBoundingBoxData& GetOrientedBoundingBoxData() in GetOrientedBoundingBoxData()
325 const nw::ut::ResOrientedBoundingBoxData& GetOrientedBoundingBoxData() const in GetOrientedBoundingBoxData()
379 typedef nw::ut::ResArrayClass<ResShape>::type ResShapeArray;
385 nw::ut::ResS32 m_VertexAttributesTableCount;
386 nw::ut::Offset toVertexAttributesTable;
387 nw::ut::Offset toBlendShape;