mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 09:45:33 +00:00
3D Intro scene
This commit is contained in:
parent
a6d2543e0c
commit
baa05f4739
54 changed files with 938 additions and 20 deletions
15
3D/Mainframe3D.tscn
Normal file
15
3D/Mainframe3D.tscn
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://b5qj2iaprortr"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://byy3gbb8yreqn" path="res://3D/Mainframe_uv.png" id="1_1wtqc"]
|
||||
[ext_resource type="ArrayMesh" uid="uid://ca7gjtyx6n5p3" path="res://3D/Mainframe.obj" id="2_jjmqv"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_fjcat"]
|
||||
albedo_texture = ExtResource("1_1wtqc")
|
||||
texture_filter = 0
|
||||
|
||||
[node name="Mainframe3d" type="Node3D"]
|
||||
|
||||
[node name="Mainframe" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.17605, 0, -1.16778)
|
||||
material_override = SubResource("StandardMaterial3D_fjcat")
|
||||
mesh = ExtResource("2_jjmqv")
|
||||
Loading…
Add table
Add a link
Reference in a new issue