mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 20:03:48 +00:00
Nuclear gun and 3D tests
This commit is contained in:
parent
9d065a6f2b
commit
d1d3a3fdd5
34 changed files with 750 additions and 55 deletions
16
3D/3DTest.tscn
Normal file
16
3D/3DTest.tscn
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue