Fix missing API renames

master
Marc Gilleron 2019-06-02 04:07:09 +01:00
parent 89619d9dd7
commit 70e9d94d96
3 changed files with 4 additions and 4 deletions

View File

@ -80,7 +80,7 @@ vertex_color_use_as_albedo = true
environment = SubResource( 2 )
[node name="VoxelTerrain" type="VoxelTerrain" parent="."]
provider = ExtResource( 1 )
stream = ExtResource( 1 )
voxel_library = SubResource( 6 )
view_distance = 256
viewer_path = NodePath("../CharacterAvatar")

View File

@ -61,7 +61,7 @@ far = 800.0
script = ExtResource( 1 )
[node name="VoxelTerrain" type="VoxelTerrain" parent="."]
provider = SubResource( 3 )
stream = SubResource( 3 )
voxel_library = SubResource( 6 )
view_distance = 256
viewer_path = NodePath("../SpectatorAvatar")

View File

@ -23,7 +23,7 @@ octaves = 6
period = 256.0
persistence = 0.4
[sub_resource type="VoxelProviderNoise" id=5]
[sub_resource type="VoxelStreamNoise" id=5]
noise = SubResource( 4 )
height_range = 1200.0
@ -56,7 +56,7 @@ mesh = SubResource( 3 )
material/0 = ExtResource( 2 )
[node name="VoxelTerrain" type="VoxelLodTerrain" parent="."]
provider = SubResource( 5 )
stream = SubResource( 5 )
viewer_path = NodePath("../SpectatorAvatar")
material = ExtResource( 2 )