James Seibel
97a773176d
Refactoring fixes
2021-08-07 13:30:03 -05:00
James Seibel
e875c664fd
fix LODs generating multiple times (at least in single threaded gen)
2021-08-05 21:41:08 -05:00
James Seibel
e313a03410
Fix/improve rendering again
2021-08-05 20:40:12 -05:00
James Seibel
781aa339bc
Partially fix LodNode rendering
2021-08-05 07:56:00 -05:00
James Seibel
337853cdfa
Start merging in 1.16.5_QuadTree
...
The mod does compile and render, however distance LODs don't generate or render correctly and there are other problems as well.
2021-08-04 23:07:03 -05:00
James Seibel
b2f98e2d92
Improve grass colors ( #36 )
2021-07-26 22:27:20 -05:00
James Seibel
e1edd01069
Implement a few small features in LodServerWorld
2021-07-26 22:20:00 -05:00
James Seibel
34baf923b2
Fix #45 (Half and Full qualities checkerboard)
2021-07-26 07:56:00 -05:00
James Seibel
f852a79a0e
Fix LODs rendering with an offset
2021-07-25 20:52:30 -05:00
James Seibel
99209f920d
Fix a few truncation and off by 1 errors
2021-07-25 18:48:25 -05:00
James Seibel
19fd1aff98
Close #36 (Improve foliage colors)
...
While the colors could still be improved, I'm not sure what else to do with them to do so.
2021-07-25 18:20:34 -05:00
James Seibel
9ebc5aeb32
Improve comments in CublicLodTemplate
2021-07-25 18:06:42 -05:00
James Seibel
7c890a4627
Add a config option to change LOD brightness and saturation
...
Related to issue #36
2021-07-25 18:00:39 -05:00
James Seibel
ccc661225e
Improve the DARKEN_SIDES shading mode
2021-07-25 17:58:46 -05:00
James Seibel
6bcf58959b
Fix #46 (MC crashing when joining a server)
2021-07-25 13:18:47 -05:00
James Seibel
5051508e42
Fix #48 (Lava showing up as water)
2021-07-25 12:29:40 -05:00
James Seibel
196e02e61a
Partially close #43 (add SSAO)
...
I am surprised how much this small change improves how things look. I may still implement SSAO in the future but for the time being this is a big improvement for how things look.
2021-07-25 12:19:14 -05:00
Leonardo
29b3e9fadc
The lodQuadTree is now correctly converted to use LodDataPoint and DistanceGenerationMode
2021-07-13 20:40:55 +02:00
Leonardo
3cc78c62a0
The lodQuadTree is now correctly converted to use LodDataPoint and DistanceGenerationMode
2021-07-13 15:38:20 +02:00
Leonardo
cd06b42b02
changed pc
2021-07-13 00:53:24 +02:00
Morippi
f95d57ab6d
Several chages to converto to quadTree + first fix for negative coordinate
2021-07-10 12:43:23 +02:00
James Seibel
8840973a1e
Fix #41 (leaving a world causing Lod generation to break)
2021-07-09 22:57:32 -05:00
Morippi
f91479829d
Several chages to converto to quadTree
2021-07-09 21:07:00 +02:00
Morippi
f9bb248eef
Several chages to converto to quadTree
2021-07-09 21:01:17 +02:00
Morippi
03ce4d9c42
Several chages to converto to quadTree
2021-07-09 19:23:14 +02:00
Morippi
9e24ee0ef7
Fixed LodQuadTree
...
Added QuadTreeImage to visualize how the quadTree is builded
2021-07-07 00:53:32 +02:00
James Seibel
3e3e30c4b1
Add some comments about issue #40
2021-07-05 16:51:18 -05:00
James Seibel
4aebf36f02
Put the project under the GNU GPL v3 License
2021-07-05 12:55:42 -05:00
James Seibel
0b1fdba6ea
Optimize world generation and add a config to set the number of generation threads
2021-07-05 12:41:20 -05:00
James Seibel
d36f97d765
Improve javadocs in LodBuilderConfig
2021-07-05 12:00:37 -05:00
James Seibel
ee5dc0a6b3
Improve plant color generation
2021-07-05 12:00:25 -05:00
James Seibel
05ed61b0a1
Add a config to enable/disable unstable Feature generation
...
Related to issue #35
2021-07-05 12:00:03 -05:00
James Seibel
2ef6c59dfc
Add an extra comment to Issue #35 and remove a unused log
2021-07-05 09:05:34 -05:00
James Seibel
fd90f761a1
Add another library comment for issue #35
2021-07-05 08:59:39 -05:00
Morippi
72bcc87de7
QuadTree version, still doesn't work
2021-07-05 14:46:51 +02:00
James Seibel
7ec7d6bdc5
Add a TODO/Issue and fix capitalization
2021-07-05 00:32:51 -05:00
James Seibel
f9ed9a472c
Disable Jungle Feature generation, since it contains a world gen bug
...
Related to #35
2021-07-04 08:31:29 -05:00
James Seibel
b542738097
Fix a generation bug created when updating to 1.16.5
2021-07-04 00:09:04 -05:00
James Seibel
bceefb5717
Rename LodBuilder to LodChunkBuilder
2021-07-03 21:16:56 -05:00
James Seibel
31ef1d4959
Update to 1.16.5 forge 36.1.0
2021-07-03 10:25:21 -05:00
James Seibel
86d07eb62b
Close #30 and 31 (LODs rendering on top of the player and distance based rendering)
2021-07-01 21:21:34 -05:00
James Seibel
bb07e3db9a
Close #28 (Optimize Distance Lod Generation)
2021-06-27 22:00:43 -05:00
James Seibel
d5ec17551e
Add grass and tree generation to biome only generation
2021-06-23 21:32:05 -05:00
James Seibel
8390cfc6fb
Fix block positions not wrapping around correctly
2021-06-23 19:31:41 -05:00
James Seibel
e4f64df660
Add snow to biome only Lod generation
2021-06-22 22:36:47 -05:00
James Seibel
a6c9d0df98
Improve the Biome only generation mode
2021-06-21 22:16:46 -05:00
James Seibel
136dd5b47a
Add a heightmap generation option
2021-06-21 22:16:23 -05:00
James Seibel
277def2acc
Rename LodConfigHandler to LodConfig
2021-06-19 20:47:04 -05:00
James Seibel
e941b553e7
rename LodRender to LodRenderer
2021-06-19 20:45:30 -05:00
James Seibel
92e651c779
Rename LodUtils to LodUtil
2021-06-19 20:42:48 -05:00