Skip to content
Snippets Groups Projects
Commit 51d73838 authored by Florent Berthaut's avatar Florent Berthaut
Browse files

Merge branch 'godot4'

parents b6489611 68e743c9
No related branches found
No related tags found
No related merge requests found
[gd_scene load_steps=2 format=2]
[gd_scene load_steps=2 format=3 uid="uid://cg4psnchytii"]
[ext_resource path="res://addons/ivmi-builder/techniques/navigation/FlyingGaze.gd" type="Script" id=1]
[ext_resource type="Script" path="res://addons/ivmi-builder/techniques/navigation/FlyingGaze.gd" id="1"]
[node name="FlyingGaze" type="Node3D"]
script = ExtResource( 1 )
script = ExtResource("1")
[gd_scene load_steps=5 format=2]
[gd_scene load_steps=5 format=3 uid="uid://ng7fvyns6vye"]
[ext_resource path="res://addons/ivmi-builder/techniques/navigation/Teleport.gd" type="Script" id=1]
[ext_resource type="Script" path="res://addons/ivmi-builder/techniques/navigation/Teleport.gd" id="1"]
[sub_resource type="SphereMesh" id=1]
[sub_resource type="SphereMesh" id="1"]
[sub_resource type="StandardMaterial3D" id=2]
[sub_resource type="StandardMaterial3D" id="2"]
albedo_color = Color(0.054902, 1, 0, 1)
[sub_resource type="SphereMesh" id=3]
[sub_resource type="SphereMesh" id="3"]
[node name="Teleport" type="Node3D"]
script = ExtResource( 1 )
script = ExtResource("1")
[node name="Target" type="Node3D" parent="."]
[node name="MeshInstance3D" type="MeshInstance3D" parent="Target"]
transform = Transform3D(0.1, 0, 0, 0, 0.05, 0, 0, 0, 0.1, 0, 0, 0)
mesh = SubResource( 1 )
material/0 = SubResource( 2 )
mesh = SubResource("1")
material/0 = SubResource("2")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0, 0, 0)
mesh = SubResource( 3 )
mesh = SubResource("3")
material/0 = null
[node name="RayCast3D" type="RayCast3D" parent="MeshInstance3D"]
......
[gd_scene load_steps=3 format=2]
[gd_scene load_steps=3 format=3 uid="uid://25lhwdaodlfh"]
[ext_resource path="res://addons/ivmi-builder/techniques/navigation/FlyingController.tscn" type="PackedScene" id=1]
[ext_resource path="res://addons/ivmi-builder/techniques/manipulation/GO-GO.tscn" type="PackedScene" id=2]
[ext_resource type="PackedScene" uid="uid://dtqwnhdn7tfv0" path="res://addons/ivmi-builder/techniques/navigation/FlyingController.tscn" id="1"]
[ext_resource type="PackedScene" uid="uid://c2qttqhiqq6ws" path="res://addons/ivmi-builder/techniques/manipulation/GO-GO.tscn" id="2"]
[node name="FlyingControllerGOGO" type="XROrigin3D"]
......@@ -14,12 +14,12 @@ controller_id = 2
[node name="XRCamera3D" type="XRCamera3D" parent="."]
[node name="FlyingController" parent="." instance=ExtResource( 1 )]
[node name="FlyingController" parent="." instance=ExtResource("1")]
_camera_node_path = NodePath("../XRCamera3D")
_controller_node_path = NodePath("../RightController")
_arvrorigin_node_path = NodePath("..")
[node name="GO-GO" parent="." instance=ExtResource( 2 )]
[node name="GO-GO" parent="." instance=ExtResource("2")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.5)
_controller_node_path = NodePath("../LeftController")
_camera_node_path = NodePath("../XRCamera3D")
[gd_scene load_steps=3 format=2]
[gd_scene load_steps=3 format=3 uid="uid://beo7x3sja84ov"]
[ext_resource path="res://addons/ivmi-builder/techniques/manipulation/Cursor.tscn" type="PackedScene" id=1]
[ext_resource path="res://addons/ivmi-builder/techniques/navigation/FlyingGaze.tscn" type="PackedScene" id=2]
[ext_resource type="PackedScene" uid="uid://ctnft2vn3y0ir" path="res://addons/ivmi-builder/techniques/manipulation/Cursor.tscn" id="1"]
[ext_resource type="PackedScene" uid="uid://cg4psnchytii" path="res://addons/ivmi-builder/techniques/navigation/FlyingGaze.tscn" id="2"]
[node name="FlyingGazeCursor" type="XROrigin3D"]
......@@ -12,14 +12,14 @@ transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -1 )
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -1)
controller_id = 2
[node name="Cursor" parent="." instance=ExtResource( 1 )]
[node name="Cursor" parent="." instance=ExtResource("1")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -1)
_controller_node_path = NodePath("../LeftController")
_camera_node_path = NodePath("../XRCamera3D")
[node name="XRCamera3D" type="XRCamera3D" parent="."]
[node name="FlyingGaze" parent="." instance=ExtResource( 2 )]
[node name="FlyingGaze" parent="." instance=ExtResource("2")]
_camera_node_path = NodePath("../XRCamera3D")
_controller_node_path = NodePath("../RightController")
_arvrorigin_node_path = NodePath("..")
[gd_scene load_steps=3 format=2]
[gd_scene load_steps=3 format=3 uid="uid://1m4ch5sb2pyf"]
[ext_resource path="res://addons/ivmi-builder/techniques/manipulation/HOMER.tscn" type="PackedScene" id=1]
[ext_resource path="res://addons/ivmi-builder/techniques/navigation/FlyingGaze.tscn" type="PackedScene" id=2]
[ext_resource type="PackedScene" uid="uid://cp6bltsdhj3aw" path="res://addons/ivmi-builder/techniques/manipulation/HOMER.tscn" id="1"]
[ext_resource type="PackedScene" uid="uid://cg4psnchytii" path="res://addons/ivmi-builder/techniques/navigation/FlyingGaze.tscn" id="2"]
[node name="FlyingGazeHOMER" type="XROrigin3D"]
......@@ -14,13 +14,13 @@ controller_id = 2
[node name="XRCamera3D" type="XRCamera3D" parent="."]
[node name="HOMER" parent="." instance=ExtResource( 1 )]
[node name="HOMER" parent="." instance=ExtResource("1")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.2, 0)
_controller_node_path = NodePath("../LeftController")
_camera_node_path = NodePath("../XRCamera3D")
_arvr_origin_node_path = NodePath("..")
[node name="FlyingGaze" parent="." instance=ExtResource( 2 )]
[node name="FlyingGaze" parent="." instance=ExtResource("2")]
_camera_node_path = NodePath("../XRCamera3D")
_controller_node_path = NodePath("../RightController")
_arvrorigin_node_path = NodePath("..")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment