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
35
project/objects/props/box_car.tscn
Normal file
35
project/objects/props/box_car.tscn
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://ddpwvdbf6ickf"]
|
||||
|
||||
[ext_resource type="Material" uid="uid://b075rlo1f0e4u" path="res://assets/materials/greenish_grid.tres" id="1_72uwo"]
|
||||
|
||||
[node name="BoxCar" type="CSGCombiner3D"]
|
||||
use_collision = true
|
||||
|
||||
[node name="BoxCar" type="CSGBox3D" parent="."]
|
||||
use_collision = true
|
||||
size = Vector3(3.0603027, 3.3165283, 9.339844)
|
||||
material = ExtResource("1_72uwo")
|
||||
|
||||
[node name="BoxCarInside" type="CSGBox3D" parent="."]
|
||||
operation = 2
|
||||
use_collision = true
|
||||
size = Vector3(2.7634277, 2.8806152, 9.468506)
|
||||
material = ExtResource("1_72uwo")
|
||||
|
||||
[node name="Doors" type="CSGBox3D" parent="."]
|
||||
operation = 2
|
||||
use_collision = true
|
||||
size = Vector3(4.3847656, 2.8806152, 4.5634766)
|
||||
material = ExtResource("1_72uwo")
|
||||
|
||||
[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_72uwo")
|
||||
|
||||
[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_72uwo")
|
||||
Loading…
Add table
Add a link
Reference in a new issue