hkxVertexP4N4T4B4C1T.h
上传用户:yisoukefu
上传日期:2020-08-09
资源大小:39506k
文件大小:3k
源码类别:

其他游戏

开发平台:

Visual C++

  1. /* 
  2.  * 
  3.  * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
  4.  * prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
  5.  * Level 2 and Level 3 source code contains trade secrets of Havok. Havok Software (C) Copyright 1999-2009 Telekinesys Research Limited t/a Havok. All Rights Reserved. Use of this software is subject to the terms of an end user license agreement.
  6.  * 
  7.  */
  8. #ifndef HKSCENEDATA_MESH_FORMATS_HKXVERTEXP4N4T4B4C1T2_HKCLASS_H
  9. #define HKSCENEDATA_MESH_FORMATS_HKXVERTEXP4N4T4B4C1T2_HKCLASS_H
  10. extern const class hkClass hkxVertexP4N4T4B4C1T2Class;
  11. extern const class hkClass hkxVertexP4N4T4B4T4Class;
  12. extern const class hkClass hkxVertexP4N4T4B4C1T6Class;
  13. extern const class hkClass hkxVertexP4N4T4B4C1T10Class;
  14. // 1 TCoord
  15. class hkxVertexP4N4T4B4C1T2
  16. {
  17. // +version(1) 
  18. public:
  19. HK_DECLARE_NONVIRTUAL_CLASS_ALLOCATOR( HK_MEMORY_CLASS_SCENE_DATA, hkxVertexP4N4T4B4C1T2 );
  20. HK_DECLARE_REFLECTION();
  21. public:
  22. hkVector4 m_position;
  23. hkVector4 m_normal;
  24. hkVector4 m_tangent;
  25. hkVector4 m_binormal;
  26. hkUint32 m_diffuseA;
  27. hkReal m_u;
  28. hkReal m_v;
  29. hkUint32 m_diffuseB;
  30. };
  31. class hkxVertexP4N4T4B4T4
  32. {
  33. public:
  34. HK_DECLARE_NONVIRTUAL_CLASS_ALLOCATOR( HK_MEMORY_CLASS_SCENE_DATA, hkxVertexP4N4T4B4T4 );
  35. HK_DECLARE_REFLECTION();
  36. public:
  37. hkVector4 m_position;
  38. hkVector4 m_normal;
  39. hkVector4 m_tangent;
  40. hkVector4 m_binormal;
  41. hkReal m_u0;
  42. hkReal m_v0;
  43. hkReal m_u1;
  44. hkReal m_v1;
  45. };
  46. // 2 or 3 TCoord
  47. class hkxVertexP4N4T4B4C1T6
  48. {
  49. // +version(1) 
  50. public:
  51. HK_DECLARE_NONVIRTUAL_CLASS_ALLOCATOR( HK_MEMORY_CLASS_SCENE_DATA, hkxVertexP4N4T4B4C1T6 );
  52. HK_DECLARE_REFLECTION();
  53. public:
  54. hkVector4 m_position;
  55. hkVector4 m_normal;
  56. hkVector4 m_tangent;
  57. hkVector4 m_binormal;
  58. hkUint32 m_diffuseA;
  59. hkReal m_u0;
  60. hkReal m_v0;
  61. hkReal m_u1;
  62. hkReal m_v1;
  63. hkReal m_u2;
  64. hkReal m_v2;
  65. hkUint32 m_diffuseB;
  66. };
  67. // 4 or 5 TCoord
  68. class hkxVertexP4N4T4B4C1T10
  69. {
  70. // +version(1) 
  71. public:
  72. HK_DECLARE_NONVIRTUAL_CLASS_ALLOCATOR( HK_MEMORY_CLASS_SCENE_DATA, hkxVertexP4N4T4B4C1T10 );
  73. HK_DECLARE_REFLECTION();
  74. public:
  75. hkVector4 m_position;
  76. hkVector4 m_normal;
  77. hkVector4 m_tangent;
  78. hkVector4 m_binormal;
  79. hkUint32 m_diffuseA;
  80. hkReal m_u0;
  81. hkReal m_v0;
  82. hkReal m_u1;
  83. hkReal m_v1;
  84. hkReal m_u2;
  85. hkReal m_v2;
  86. hkReal m_u3;
  87. hkReal m_v3;
  88. hkReal m_u4;
  89. hkReal m_v4;
  90. hkUint32 m_diffuseB;
  91. };
  92. #endif // HKSCENEDATA_MESH_FORMATS_HKXVERTEXP4N4T4B4C1T2_HKCLASS_H
  93. /*
  94. * Havok SDK - NO SOURCE PC DOWNLOAD, BUILD(#20090216)
  95. * Confidential Information of Havok.  (C) Copyright 1999-2009
  96. * Telekinesys Research Limited t/a Havok. All Rights Reserved. The Havok
  97. * Logo, and the Havok buzzsaw logo are trademarks of Havok.  Title, ownership
  98. * rights, and intellectual property rights in the Havok software remain in
  99. * Havok and/or its suppliers.
  100. * Use of this software for evaluation purposes is subject to and indicates
  101. * acceptance of the End User licence Agreement for this product. A copy of
  102. * the license is included with this software and is also available at www.havok.com/tryhavok.
  103. */