mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2025-01-02 14:39:37 +01:00
42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://utils/camera_orbit.gd" type="Script" id=1]
|
|
[ext_resource path="res://tests/functional/test_joints.gd" type="Script" id=2]
|
|
[ext_resource path="res://tests/test_options.tscn" type="PackedScene" id=3]
|
|
|
|
[node name="Test" type="Spatial"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="LabelJointType" type="Label" parent="."]
|
|
margin_left = 14.0
|
|
margin_top = 78.0
|
|
margin_right = 171.0
|
|
margin_bottom = 92.0
|
|
text = "Joint Type: "
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Options" parent="." instance=ExtResource( 3 )]
|
|
|
|
[node name="Joints" type="Spatial" parent="."]
|
|
|
|
[node name="PinJoint" type="PinJoint" parent="Joints"]
|
|
|
|
[node name="HingeJoint" type="HingeJoint" parent="Joints"]
|
|
|
|
[node name="SliderJoint" type="SliderJoint" parent="Joints"]
|
|
|
|
[node name="ConeTwistJoint" type="ConeTwistJoint" parent="Joints"]
|
|
|
|
[node name="Generic6DOFJoint" type="Generic6DOFJoint" parent="Joints"]
|
|
|
|
[node name="Objects" type="Spatial" parent="."]
|
|
|
|
[node name="Camera" type="Camera" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 6.19796 )
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="OmniLight" type="OmniLight" parent="Camera"]
|
|
omni_range = 50.0
|