godot_rl_FlyBy / Plane.tscn
edbeeching's picture
edbeeching HF staff
Upload . with huggingface_hub
8921443
raw
history blame
913 Bytes
[gd_scene load_steps=4 format=3 uid="uid://3xxv82w5v8bo"]
[ext_resource type="Script" path="res://Plane.gd" id="2"]
[ext_resource type="PackedScene" uid="uid://dydo4wxntjd3p" path="res://cartoon_plane/scene.gltf" id="2_0hy0d"]
[sub_resource type="CylinderShape3D" id="27"]
height = 7.77792
[node name="Plane" type="CharacterBody3D" groups=["AGENT"]]
collision_mask = 2
script = ExtResource("2")
turn_speed = 2.0
level_speed = 2.0
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, -0.00176279, -0.999998, 0, 0.999998, -0.00176279, 0, -0.43198, 0.299141)
shape = SubResource("27")
[node name="PlaneModel" parent="." instance=ExtResource("2_0hy0d")]
transform = Transform3D(-0.01, 0, -8.74228e-10, 0, 0.01, 0, 8.74228e-10, 0, -0.01, 0, 0, 0)
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 21.4392)