mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-18 01:06:47 +01:00
The texture scale for the world is now 2.
This commit is contained in:
parent
05d553c5b1
commit
a76f474758
@ -46,7 +46,7 @@ func _create_meshers():
|
|||||||
prop_mesher.lod_size = lod_size
|
prop_mesher.lod_size = lod_size
|
||||||
prop_mesher.voxel_scale = voxel_scale
|
prop_mesher.voxel_scale = voxel_scale
|
||||||
prop_mesher.build_flags = build_flags
|
prop_mesher.build_flags = build_flags
|
||||||
prop_mesher.texture_scale = 3
|
prop_mesher.texture_scale = 2
|
||||||
|
|
||||||
|
|
||||||
var mesher : TVVoxelMesher = TVVoxelMesher.new()
|
var mesher : TVVoxelMesher = TVVoxelMesher.new()
|
||||||
@ -56,7 +56,7 @@ func _create_meshers():
|
|||||||
mesher.lod_size = lod_size
|
mesher.lod_size = lod_size
|
||||||
mesher.voxel_scale = voxel_scale
|
mesher.voxel_scale = voxel_scale
|
||||||
mesher.build_flags = build_flags
|
mesher.build_flags = build_flags
|
||||||
mesher.texture_scale = 3
|
mesher.texture_scale = 2
|
||||||
mesher.channel_index_type = VoxelChunkDefault.DEFAULT_CHANNEL_TYPE
|
mesher.channel_index_type = VoxelChunkDefault.DEFAULT_CHANNEL_TYPE
|
||||||
mesher.channel_index_isolevel = VoxelChunkDefault.DEFAULT_CHANNEL_ISOLEVEL
|
mesher.channel_index_isolevel = VoxelChunkDefault.DEFAULT_CHANNEL_ISOLEVEL
|
||||||
add_mesher(mesher)
|
add_mesher(mesher)
|
||||||
|
Loading…
Reference in New Issue
Block a user