mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:45:33 +00:00
16 lines
777 B
Text
16 lines
777 B
Text
|
|
[gd_scene load_steps=5 format=3 uid="uid://d360rx247qywn"]
|
||
|
|
|
||
|
|
[ext_resource type="Texture2D" uid="uid://txphtr0045lo" path="res://Models/carr/carr_tex.png" id="1_bkq0b"]
|
||
|
|
[ext_resource type="Script" uid="uid://q44rbbdjx75v" path="res://Scripts/TestRotation3D.cs" id="1_cucar"]
|
||
|
|
[ext_resource type="ArrayMesh" uid="uid://cllvgarxk3q8a" path="res://Models/carr/carr.obj" id="1_y0h7v"]
|
||
|
|
|
||
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_cucar"]
|
||
|
|
albedo_texture = ExtResource("1_bkq0b")
|
||
|
|
|
||
|
|
[node name="3dTest" type="Node3D"]
|
||
|
|
script = ExtResource("1_cucar")
|
||
|
|
|
||
|
|
[node name="Carr" type="MeshInstance3D" parent="."]
|
||
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.114124, 0, 0.0902536)
|
||
|
|
material_override = SubResource("StandardMaterial3D_cucar")
|
||
|
|
mesh = ExtResource("1_y0h7v")
|