File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ Advantages of this implementation:
152152 - Lower memory usage than even ` DICTIONARY ` .
153153
154154Drawbacks of this implementation:
155- - Very slow during building and loading of the octree (there are way to improve that which will be implemented later).
155+ - Slower then ` PACKED ` during building and loading of the octree. (but not as slow as it was initially)
156156 - Slower than ` PACKED ` at rendering
157157
158158[ chunky ] : https://chunky.llbit.se/
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ apply plugin: 'application'
1212mainClassName = ' dev.ferrand.chunky.octree.OctreePlugin'
1313
1414group ' dev.ferrand'
15- version ' 0.6 .0'
15+ version ' 0.7 .0'
1616
1717compileJava {
1818 sourceCompatibility = JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 22 "name" : " OctreePlugin" ,
33 "author" : " a_Tom" ,
44 "main" : " dev.ferrand.chunky.octree.OctreePlugin" ,
5- "version" : " 0.6 .0" ,
5+ "version" : " 0.7 .0" ,
66 "targetVersion" : " 2.3.0" ,
77 "description" : " Add more octree implementations."
88}
You can’t perform that action at this time.
0 commit comments