mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 11:21:17 +00:00
Model mapping
This commit is contained in:
parent
baa05f4739
commit
bb4cccd51c
14 changed files with 157 additions and 43 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=12 format=3 uid="uid://cpgrmlc0c1ssj"]
|
||||
[gd_scene load_steps=13 format=3 uid="uid://cpgrmlc0c1ssj"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://be61lgrlwpnfc" path="res://Sprites/SingleTiles/Floor1.png" id="1_e50nb"]
|
||||
[ext_resource type="Texture2D" uid="uid://cbili227jlvys" path="res://Sprites/SingleTiles/Floor1_n.png" id="2_i1ujt"]
|
||||
|
|
@ -8,6 +8,7 @@
|
|||
[ext_resource type="Texture2D" uid="uid://lnfcp2p5lv86" path="res://Sprites/SingleTiles/Floor2_n.png" id="4_qeg8b"]
|
||||
[ext_resource type="Texture2D" uid="uid://dh6sndr5bwpx3" path="res://Sprites/SingleTiles/Wall1_n.png" id="4_re5kh"]
|
||||
[ext_resource type="PackedScene" uid="uid://b5qj2iaprortr" path="res://3D/Mainframe3D.tscn" id="8_7u58v"]
|
||||
[ext_resource type="PackedScene" uid="uid://004q50v6wkrp" path="res://3D/BlueBox/BlueBox.blend" id="9_m2upl"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_twstw"]
|
||||
albedo_texture = ExtResource("1_e50nb")
|
||||
|
|
@ -38,6 +39,7 @@ uv1_world_triplanar = true
|
|||
texture_filter = 0
|
||||
|
||||
[node name="BriefingRoom3d" type="Node3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00209835, -0.0137185, 0.00361562)
|
||||
|
||||
[node name="GridMap" type="GridMap" parent="."]
|
||||
|
||||
|
|
@ -81,10 +83,13 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.45522, 2.60817, 0)
|
|||
transform = Transform3D(0.499658, 0, 0.0184963, 0, 0.5, 0, -0.0184963, 0, 0.499658, -1.05603, 1.36428, -1.02573)
|
||||
|
||||
[node name="Box2" parent="." instance=ExtResource("4_i1ujt")]
|
||||
transform = Transform3D(0.466514, 0, -0.179901, 0, 0.5, 0, 0.179901, 0, 0.466514, -1.05603, 1.86456, -1.02573)
|
||||
transform = Transform3D(0.466514, 0, -0.179901, 0, 0.5, 0, 0.179901, 0, 0.466514, -1.05603, 1.86456, -0.88869)
|
||||
|
||||
[node name="Box3" parent="." instance=ExtResource("4_i1ujt")]
|
||||
transform = Transform3D(0.426634, 0, 0.260736, 0, 0.5, 0, -0.260736, 0, 0.426634, 0.204804, 1.3723, -1.02573)
|
||||
|
||||
[node name="Mainframe3d" parent="." instance=ExtResource("8_7u58v")]
|
||||
transform = Transform3D(-1.81402e-08, 0, -0.415, 0, 0.415, 0, 0.415, 0, -1.81402e-08, 0.856712, 1.51847, -0.845607)
|
||||
transform = Transform3D(-1.45122e-08, 0, -0.332, 0, 0.332, 0, 0.332, 0, -1.45122e-08, 0.856712, 1.44547, -0.845607)
|
||||
|
||||
[node name="BlueBox" parent="." instance=ExtResource("9_m2upl")]
|
||||
transform = Transform3D(0.252219, 0, -0.431724, 0, 0.5, 0, 0.431724, 0, 0.252219, -1.14299, 1.36002, -0.0777014)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue