Changeset 506
- Timestamp:
- 02/19/08 11:17:54 (11 months ago)
- Files:
-
- branches/morph-targets/libx42make/adjacency.cpp (modified) (2 diffs)
- branches/morph-targets/libx42make/batcher.h (modified) (2 diffs)
- branches/morph-targets/libx42make/include/x42make-modeldata.h (modified) (2 diffs)
- branches/morph-targets/libx42make/modeldata-anim.cpp (modified) (2 diffs)
- branches/morph-targets/libx42make/modeldata-batch.cpp (modified) (2 diffs)
- branches/morph-targets/libx42make/modeldata-cull.cpp (modified) (2 diffs)
- branches/morph-targets/libx42make/modeldata-optimize.cpp (modified) (2 diffs)
- branches/morph-targets/libx42make/modeldata-weights.cpp (modified) (2 diffs)
- branches/morph-targets/libx42make/modeldata-write.cpp (modified) (2 diffs)
- branches/morph-targets/libx42make/modeldata.cpp (modified) (2 diffs)
- branches/morph-targets/libx42make/topology-split.cpp (modified) (2 diffs)
- branches/morph-targets/libx42make/topology.cpp (modified) (2 diffs)
- branches/morph-targets/x42maya/Export.cpp (modified) (1 diff)
- branches/morph-targets/x42maya/Export.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/morph-targets/libx42make/adjacency.cpp
r462 r506 26 26 { 27 27 namespace make 28 { 29 namespace old 28 30 { 29 31 … … 82 84 }; 83 85 }; 86 }; branches/morph-targets/libx42make/batcher.h
r462 r506 27 27 { 28 28 namespace make 29 { 30 namespace old 29 31 { 30 32 … … 157 159 }; 158 160 }; 161 }; 159 162 #endif branches/morph-targets/libx42make/include/x42make-modeldata.h
r478 r506 30 30 { 31 31 namespace make 32 { 33 namespace old 32 34 { 33 35 … … 496 498 }; 497 499 }; 500 }; 498 501 499 502 #endif branches/morph-targets/libx42make/modeldata-anim.cpp
r462 r506 26 26 { 27 27 namespace make 28 { 29 namespace old 28 30 { 29 31 … … 673 675 }; 674 676 }; 677 }; branches/morph-targets/libx42make/modeldata-batch.cpp
r462 r506 26 26 { 27 27 namespace make 28 { 29 namespace old 28 30 { 29 31 … … 761 763 }; 762 764 }; 765 }; branches/morph-targets/libx42make/modeldata-cull.cpp
r462 r506 26 26 { 27 27 namespace make 28 { 29 namespace old 28 30 { 29 31 … … 312 314 }; 313 315 }; 316 }; branches/morph-targets/libx42make/modeldata-optimize.cpp
r462 r506 27 27 namespace make 28 28 { 29 29 namespace old 30 { 30 31 /***** 31 32 Group … … 186 187 }; 187 188 }; 189 }; branches/morph-targets/libx42make/modeldata-weights.cpp
r378 r506 27 27 namespace make 28 28 { 29 namespace old 30 { 29 31 30 32 inline void NormalizeVertexWeights( float wt[X42_WEIGHTS_PER_VERT] ) … … 280 282 }; 281 283 }; 284 }; branches/morph-targets/libx42make/modeldata-write.cpp
r482 r506 26 26 { 27 27 namespace make 28 { 29 namespace old 28 30 { 29 31 … … 626 628 }; 627 629 }; 630 }; branches/morph-targets/libx42make/modeldata.cpp
r465 r506 27 27 namespace make 28 28 { 29 namespace old 30 { 29 31 30 32 /***** … … 675 677 }; 676 678 }; 679 }; branches/morph-targets/libx42make/topology-split.cpp
r462 r506 26 26 { 27 27 namespace make 28 { 29 namespace old 28 30 { 29 31 … … 435 437 }; 436 438 }; 439 }; branches/morph-targets/libx42make/topology.cpp
r358 r506 26 26 { 27 27 namespace make 28 { 29 namespace old 28 30 { 29 31 /***** … … 119 121 }; 120 122 }; 123 }; branches/morph-targets/x42maya/Export.cpp
r463 r506 32 32 persistFlags( persist_flags::include_everything ), 33 33 preferTriangleStrips( false ), weightSplitFactor( 0.3F ), 34 forceUniformScale( false ), maxBonesPerGroup( x42::make:: DEFAULT_MAX_INFLUENCES )34 forceUniformScale( false ), maxBonesPerGroup( x42::make::old::DEFAULT_MAX_INFLUENCES ) 35 35 { 36 36 memset( &splitCounts, 0, sizeof( splitCounts ) ); branches/morph-targets/x42maya/Export.h
r462 r506 23 23 #ifndef INC_EXPORT_H 24 24 #define INC_EXPORT_H 25 26 using namespace ::x42::make::old; 25 27 26 28 class DagTag : public ApiTag
