|
c18409a2f2
|
Implemented lod for mobs. Also Updated HEADS to grab a crash fix from Voxelman, and the update to Skeleton3D from ESS.
|
2020-03-30 23:18:28 +02:00 |
|
|
205abe67a7
|
Fully implemented lod. Lod level 1 just drops the uv2 channel, lod level 2 merges together the meshes, lod level 3 drops the uv channel by sampling the textures into vertex color. Updated HEADS to grab a voxelman change. Also temporarily disabled threaded chunk builds because I introduced (or made manifest) a crash.
|
2020-03-30 01:22:25 +02:00 |
|
|
066c43b48a
|
Started implementing lod for the world. The current idea is for Lod level 1 to not use uv2. For lod level 2+ the meshes will be combined and the texture mapping will be converted to only vertex colors, and these will be simplified. Also update the modules to get all the new features needed.
|
2020-03-29 21:30:40 +02:00 |
|
|
d30e33a122
|
Now the transvoxel mesher bakes alternative uv coordinates into uv2 so it can inetrpolate between different voxel surfaces near seams (based on COLOR.a).
|
2020-02-13 03:31:42 +01:00 |
|
|
b58f5093da
|
Converted most of the SpatialMaterials to ShaderMaterial.
|
2019-12-03 16:33:46 +01:00 |
|
|
ca8bdf9ce2
|
Now the characters and terrarin use the same material, and shader.
|
2019-12-03 15:22:45 +01:00 |
|
|
72d9502698
|
Data Part 3.
|
2019-11-20 13:59:32 +01:00 |
|