Sha..rd
|
0a3f7903a4
* Added methods to BufferUtils to create Vector4f buffers or set them
|
13 лет назад |
Sha..rd
|
0090d4eaad
* Fix spelling/grammer errors in BatchNode javadoc
|
13 лет назад |
nor..67
|
783ec50326
- final version of Material/RenderState comparison and hashValue methods, he who changes them again has to buy a crate of beer for all core members
|
13 лет назад |
rem..om
|
c9d5011555
used dynamicEqual instead of dynamicHashCode in BatchNode and GeometryBatchFactory
|
13 лет назад |
rem..om
|
d33cbce333
- Changed BatchNode and GeometryBatchFactory according to material recent changes.
|
13 лет назад |
nor..67
|
92e2e35aef
- change Material.equals to Material.contentEquals
|
13 лет назад |
Sha..rd
|
ddca06e607
* Materials.equals() method now works correctly (checking if material will look the same if rendered, in 99.9% of cases..)
|
13 лет назад |
rem..om
|
bc0207f1fc
BatchNode is now indexing the batches by geometry to easily retrieve them during the update phase.
|
13 лет назад |
nor..67
|
b7affd0147
- optimize BatchNode a bit
|
13 лет назад |
rem..om
|
1945a0c1c0
BatchNode and GeometryBatchFactory now uses the material's isEqual method to gather the geometries to batch
|
13 лет назад |
sky..ok
|
533fb86c50
Down to 260 Javadoc warnings from 324
|
13 лет назад |
nor..67
|
50f266f843
- optimize BatchNode.batch a bit
|
14 лет назад |
Sha..rd
|
be7a22e3d5
* Remove most common usage of IntMap.iterator()
|
14 лет назад |
rem..om
|
03da8d5316
BatchNode enhancements :
|
14 лет назад |
rem..om
|
e1d4d66877
BatchNode now correctly accounts for tangents buffer. (the initial copy of the buffer was only accounting for 3 components instead of 4).
|
14 лет назад |
rem..om
|
33b6bcb20c
BatchNode now use bulk copy for untransformed buffers like GeometryBatchFactory
|
14 лет назад |
sky..om
|
8e721f5c93
Brought the number of Javadoc workings down to 322 from 391; Updated year to 2012 in license header of affected files
|
14 лет назад |
rem..om
|
93a181b4c7
Fixed IndexArrayOutOfBound that may occur in BatchNode.Also optimized temp array allocation in case there is no tangents buffer
|
14 лет назад |
nor..67
|
3cdaf0e051
jme3:
|
14 лет назад |
sky..ok
|
1bcf9164e8
Removed whitespace at end of line in mergeGeometries (I'm not a perfectionist)
|
14 лет назад |
rem..om
|
96acebfe4f
- Faster BatchNode
|
14 лет назад |
rem..om
|
02bcb358a3
- Fixed max components calculation for temp float array
|
14 лет назад |
rem..om
|
83f3b2b1a3
- BatchNode now use a temp float array and bulk put data into the floatbuffer instad of iterative puts. (it's faster)
|
14 лет назад |
rem..om
|
7193c0b2d3
Batching :
|
14 лет назад |
sky..ok
|
73fb54b4b6
Documentation fixes for BatchNode: Improved Javadoc and inclusion of license header
|
14 лет назад |
rem..om
|
63b62269e8
- Dynamic Batching
|
14 лет назад |