3D Intro scene

This commit is contained in:
MaddoScientisto 2025-03-23 00:11:37 +01:00
commit baa05f4739
54 changed files with 938 additions and 20 deletions

15
3D/Mainframe3D.tscn Normal file
View 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")