Added new prop : travel box case, as a test model for hard surface workflow with tileable materials
This commit is contained in:
parent
0a242e1185
commit
2b324cb787
5 changed files with 157 additions and 0 deletions
12
meshes/props/travel_box/container.tscn
Normal file
12
meshes/props/travel_box/container.tscn
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[gd_scene load_steps=3 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://meshes/props/travel_box/container_bottom.tscn" type="PackedScene" id=1]
|
||||||
|
[ext_resource path="res://meshes/props/travel_box/container_lid.tscn" type="PackedScene" id=2]
|
||||||
|
|
||||||
|
[node name="container" type="Spatial"]
|
||||||
|
|
||||||
|
[node name="container_bottom" parent="." instance=ExtResource( 1 )]
|
||||||
|
|
||||||
|
[node name="container_lid" parent="." instance=ExtResource( 2 )]
|
||||||
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.001, 0.389, -0.381 )
|
||||||
|
|
14
meshes/props/travel_box/container_bottom.tscn
Normal file
14
meshes/props/travel_box/container_bottom.tscn
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
[gd_scene load_steps=5 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://meshes/props/travel_box/travel_box_bottom.escn" type="PackedScene" id=1]
|
||||||
|
[ext_resource path="res://materials/tilables/base_plastic_soft.material" type="Material" id=2]
|
||||||
|
[ext_resource path="res://materials/tilables/base_plastic_hard_shiny.material" type="Material" id=3]
|
||||||
|
[ext_resource path="res://materials/tilables/base_steel_glossy.material" type="Material" id=4]
|
||||||
|
|
||||||
|
[node name="container_bottom" index="0" instance=ExtResource( 1 )]
|
||||||
|
|
||||||
|
[node name="container_bottom" parent="." index="0"]
|
||||||
|
material/0 = ExtResource( 2 )
|
||||||
|
material/1 = ExtResource( 3 )
|
||||||
|
material/2 = ExtResource( 4 )
|
||||||
|
|
15
meshes/props/travel_box/container_lid.tscn
Normal file
15
meshes/props/travel_box/container_lid.tscn
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
[gd_scene load_steps=5 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://meshes/props/travel_box/travel_box_lid.escn" type="PackedScene" id=1]
|
||||||
|
[ext_resource path="res://materials/tilables/base_plastic_soft.material" type="Material" id=2]
|
||||||
|
[ext_resource path="res://materials/tilables/base_plastic_hard_shiny.material" type="Material" id=3]
|
||||||
|
[ext_resource path="res://materials/tilables/base_steel_glossy.material" type="Material" id=4]
|
||||||
|
|
||||||
|
[node name="container_lid" index="0" instance=ExtResource( 1 )]
|
||||||
|
|
||||||
|
[node name="container_lid" parent="." index="0"]
|
||||||
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )
|
||||||
|
material/0 = ExtResource( 2 )
|
||||||
|
material/1 = ExtResource( 3 )
|
||||||
|
material/2 = ExtResource( 4 )
|
||||||
|
|
58
meshes/props/travel_box/travel_box_bottom.escn
Normal file
58
meshes/props/travel_box/travel_box_bottom.escn
Normal file
File diff suppressed because one or more lines are too long
58
meshes/props/travel_box/travel_box_lid.escn
Normal file
58
meshes/props/travel_box/travel_box_lid.escn
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue