Files
godot-demo-projects/misc/matrix_transform/3D.tscn
Hugo Locurcio 4d49bbd1b8 Update demos for Godot 4.4
- Resave all files with Godot 4.4 to make use of script/shader UIDs.
- Use AgX tonemapping in all demos that used a tonemapper other than Linear.
2025-03-21 02:00:41 +01:00

11 lines
460 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://dh1yenn4jvxrf"]
[ext_resource type="PackedScene" uid="uid://bn1lmdxiowagu" path="res://marker/AxisMarker3D.tscn" id="1"]
[node name="3D" type="Node3D"]
[node name="AxisMarker" parent="." instance=ExtResource("1")]
[node name="AxisMarker" parent="AxisMarker" instance=ExtResource("1")]
transform = Transform3D(0.921381, -0.293412, 0.254887, 0.254887, 0.951251, 0.173648, -0.293412, -0.0950286, 0.951251, 1, 1, -1)