.. |
terra_material_cache_pcm.cpp
|
Add the TexturePacker, and some bindings into TerraMaterialCachePCM. Also implemented refresh_rects and _setup_material_albedo.
|
2021-08-02 22:21:34 +02:00 |
terra_material_cache_pcm.h
|
Add the TexturePacker, and some bindings into TerraMaterialCachePCM. Also implemented refresh_rects and _setup_material_albedo.
|
2021-08-02 22:21:34 +02:00 |
terra_material_cache.cpp
|
Added a new TerraMaterialCache class.
|
2021-08-02 13:13:37 +02:00 |
terra_material_cache.h
|
Added a new TerraMaterialCache class.
|
2021-08-02 13:13:37 +02:00 |
terra_surface_merger.cpp
|
Remove cast in TerraSurfaceMerger's refresh_rects(), as it's no longer needed.
|
2021-08-02 22:18:13 +02:00 |
terra_surface_merger.h
|
Renamed every file prefix from voxelman to terra.
|
2021-04-16 12:56:21 +02:00 |
terra_surface_simple.cpp
|
Renamed every file prefix from voxelman to terra.
|
2021-04-16 12:56:21 +02:00 |
terra_surface_simple.h
|
Renamed every file prefix from voxelman to terra.
|
2021-04-16 12:56:21 +02:00 |
terra_surface.cpp
|
Renamed every file prefix from voxelman to terra.
|
2021-04-16 12:56:21 +02:00 |
terra_surface.h
|
Renamed every file prefix from voxelman to terra.
|
2021-04-16 12:56:21 +02:00 |
terraman_library_merger_pcm.cpp
|
If the chunk dosen't need a material then set has_cache_key to false.
|
2021-08-02 23:17:30 +02:00 |
terraman_library_merger_pcm.h
|
Added a mutex to _material_cache_get_key in TerramanLibraryMergerPCM, as this method will be accessed by multiple threads.
|
2021-08-02 22:45:29 +02:00 |
terraman_library_merger.cpp
|
Fixed broken set_library call.
|
2021-08-02 22:19:26 +02:00 |
terraman_library_merger.h
|
Added TerramanLibraryMergerPCM. PCM = Per Chunk Material. Just a skeleton class for now.
|
2021-08-01 17:50:58 +02:00 |
terraman_library_simple.cpp
|
Renamed every file prefix from voxelman to terra.
|
2021-04-16 12:56:21 +02:00 |
terraman_library_simple.h
|
Renamed every file prefix from voxelman to terra.
|
2021-04-16 12:56:21 +02:00 |
terraman_library.cpp
|
Changed const ref to a normal parameter on the get_key methods. This fixes a crash.
|
2021-08-02 22:34:07 +02:00 |
terraman_library.h
|
Changed const ref to a normal parameter on the get_key methods. This fixes a crash.
|
2021-08-02 22:34:07 +02:00 |