feat: boxed industrial area sketch with CSG nodes
This commit is contained in:
parent
69daecea06
commit
cb20f46d9d
25 changed files with 1060 additions and 4 deletions
25
project/objects/props/box_car_fully_enclosed.tscn
Normal file
25
project/objects/props/box_car_fully_enclosed.tscn
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://eu0yil2ylm0q"]
|
||||
|
||||
[ext_resource type="Material" uid="uid://b075rlo1f0e4u" path="res://assets/materials/greenish_grid.tres" id="1_a5kvp"]
|
||||
|
||||
[node name="BoxCarFullyEnclosed" type="CSGCombiner3D"]
|
||||
use_collision = true
|
||||
collision_layer = 3
|
||||
collision_mask = 0
|
||||
|
||||
[node name="BoxCar" type="CSGBox3D" parent="."]
|
||||
use_collision = true
|
||||
size = Vector3(3.0603027, 3.3165283, 9.339844)
|
||||
material = ExtResource("1_a5kvp")
|
||||
|
||||
[node name="BoxCar2" type="CSGBox3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.9445362, 3.287201)
|
||||
use_collision = true
|
||||
size = Vector3(2.5986328, 0.56643677, 2.3734741)
|
||||
material = ExtResource("1_a5kvp")
|
||||
|
||||
[node name="BoxCar3" type="CSGBox3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.9420872, -3.20991)
|
||||
use_collision = true
|
||||
size = Vector3(2.584961, 0.5615387, 2.3734741)
|
||||
material = ExtResource("1_a5kvp")
|
||||
Loading…
Add table
Add a link
Reference in a new issue