-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add OpenXR demo project showing off local reference space
- Loading branch information
1 parent
b74261c
commit d1206e9
Showing
62 changed files
with
7,864 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Normalize EOL for all files that Git considers text files. | ||
* text=auto eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Godot 4+ specific ignores | ||
.godot/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
extends CanvasLayer | ||
|
||
func set_velocity(p_velocity : float): | ||
%Velocity.text = "Velocity: %0.2f kmph (%0.2f m/s)" % [ p_velocity * 3.6, p_velocity ] | ||
|
||
# Called every frame. 'delta' is the elapsed time since the previous frame. | ||
func _process(delta): | ||
%FPS.text = "FPS: " + str(Engine.get_frames_per_second()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[gd_scene load_steps=2 format=3 uid="uid://dal5i1c6mh07h"] | ||
|
||
[ext_resource type="Script" path="res://InfoUI.gd" id="1_sj0oq"] | ||
|
||
[node name="InfoUI" type="CanvasLayer"] | ||
script = ExtResource("1_sj0oq") | ||
|
||
[node name="ColorRect" type="ColorRect" parent="."] | ||
custom_minimum_size = Vector2(512, 256) | ||
offset_right = 40.0 | ||
offset_bottom = 40.0 | ||
color = Color(0.341176, 0.580392, 0.368627, 1) | ||
|
||
[node name="VBoxContainer" type="VBoxContainer" parent="."] | ||
offset_left = 25.0 | ||
offset_top = 10.0 | ||
offset_right = 499.0 | ||
offset_bottom = 158.0 | ||
|
||
[node name="FPS" type="Label" parent="VBoxContainer"] | ||
unique_name_in_owner = true | ||
layout_mode = 2 | ||
theme_override_font_sizes/font_size = 32 | ||
text = "FPS: 000" | ||
|
||
[node name="Velocity" type="Label" parent="VBoxContainer"] | ||
unique_name_in_owner = true | ||
layout_mode = 2 | ||
theme_override_font_sizes/font_size = 32 | ||
text = "Velocity: 000" |
Binary file added
BIN
+40.2 KB
xr/openxr_vehicle_movement/assets/gokart/SeparatedMeshes/FrontWheel.mesh
Binary file not shown.
Binary file added
BIN
+7.16 KB
xr/openxr_vehicle_movement/assets/gokart/SeparatedMeshes/FrontWheelAxle.mesh
Binary file not shown.
Binary file added
BIN
+24.5 KB
xr/openxr_vehicle_movement/assets/gokart/SeparatedMeshes/FrontWheelHub.mesh
Binary file not shown.
Binary file added
BIN
+21.9 KB
xr/openxr_vehicle_movement/assets/gokart/SeparatedMeshes/RearWheel.mesh
Binary file not shown.
Binary file added
BIN
+37.7 KB
xr/openxr_vehicle_movement/assets/gokart/SeparatedMeshes/RearWheelHub.mesh
Binary file not shown.
Binary file added
BIN
+13.7 KB
xr/openxr_vehicle_movement/assets/gokart/SeparatedMeshes/SteeringWheelBracket.mesh
Binary file not shown.
Binary file added
BIN
+14.1 KB
xr/openxr_vehicle_movement/assets/gokart/SeparatedMeshes/SteeringWheelCenter.mesh
Binary file not shown.
Binary file added
BIN
+1.92 KB
xr/openxr_vehicle_movement/assets/gokart/SeparatedMeshes/SteeringWheelDisplay.mesh
Binary file not shown.
Binary file added
BIN
+4.32 KB
xr/openxr_vehicle_movement/assets/gokart/SeparatedMeshes/SteeringWheelDisplayHolder.mesh
Binary file not shown.
Binary file added
BIN
+47.5 KB
xr/openxr_vehicle_movement/assets/gokart/SeparatedMeshes/SteeringWheelRing.mesh
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Model Information: | ||
* title: Gokart | ||
* source: https://sketchfab.com/3d-models/gokart-b60878a0f04d43d388dd2a57be419a72 | ||
* author: AwEsZ (https://sketchfab.com/AwEsZ) | ||
|
||
Model License: | ||
* license type: CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/) | ||
* requirements: Author must be credited. Commercial use is allowed. | ||
|
||
If you use this 3D model in your project be sure to copy paste this credit wherever you share it: | ||
This work is based on "Gokart" (https://sketchfab.com/3d-models/gokart-b60878a0f04d43d388dd2a57be419a72) by AwEsZ (https://sketchfab.com/AwEsZ) licensed under CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/) |
6 changes: 6 additions & 0 deletions
6
xr/openxr_vehicle_movement/assets/gokart/materials/Cube.014__0.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://dqaeublsfgxet"] | ||
|
||
[resource] | ||
resource_name = "Cube.014__0" | ||
vertex_color_use_as_albedo = true | ||
roughness = 0.6 |
9 changes: 9 additions & 0 deletions
9
xr/openxr_vehicle_movement/assets/gokart/materials/Material.001.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://bqhatpgnbfayc"] | ||
|
||
[resource] | ||
resource_name = "Material.001" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.906332, 0.906332, 0.906332, 1) | ||
roughness = 0.821115 | ||
emission_enabled = true | ||
emission = Color(0.594203, 0.594203, 0.594203, 1) |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.002.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://cv2hslabq63af"] | ||
|
||
[resource] | ||
resource_name = "Material.002" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.345106, 0.345106, 0.345106, 1) | ||
roughness = 0.978178 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.003.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://c768tjddf3eq"] | ||
|
||
[resource] | ||
resource_name = "Material.003" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.409976, 0.514569, 0.985366, 1) | ||
roughness = 0.276188 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.004.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://thtm6w6l6x3g"] | ||
|
||
[resource] | ||
resource_name = "Material.004" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.519994, 0.519994, 0.519994, 1) | ||
roughness = 0.939756 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.005.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://vxoj0lynkbts"] | ||
|
||
[resource] | ||
resource_name = "Material.005" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.129709, 0.129709, 0.129709, 1) | ||
roughness = 0.996586 |
8 changes: 8 additions & 0 deletions
8
xr/openxr_vehicle_movement/assets/gokart/materials/Material.006.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://csd0uv3t1t6ul"] | ||
|
||
[resource] | ||
resource_name = "Material.006" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.635294, 0.635294, 0.635294, 1) | ||
metallic = 0.73 | ||
roughness = 0.12 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.007.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://usphfm8cljtl"] | ||
|
||
[resource] | ||
resource_name = "Material.007" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.339284, 0.339284, 0.339284, 1) | ||
roughness = 0.978932 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.008.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://2e3ewnm4kmwc"] | ||
|
||
[resource] | ||
resource_name = "Material.008" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.822033, 0.822033, 0.822033, 1) | ||
roughness = 0.81088 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.009.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://buhaihrem52b"] | ||
|
||
[resource] | ||
resource_name = "Material.009" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.595431, 0.595431, 0.595431, 1) | ||
roughness = 0.929957 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.010.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://dy8fo1wov4fb2"] | ||
|
||
[resource] | ||
resource_name = "Material.010" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.906332, 0.906332, 0.906332, 1) | ||
roughness = 0.747018 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.011.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://da1iluolhagux"] | ||
|
||
[resource] | ||
resource_name = "Material.011" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.653458, 0.653458, 0.653458, 1) | ||
roughness = 0.914013 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.012.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://52y8qfvj7pys"] | ||
|
||
[resource] | ||
resource_name = "Material.012" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.448832, 0.448832, 0.448832, 1) | ||
roughness = 0.958275 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.013.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://d4jv657hekp3u"] | ||
|
||
[resource] | ||
resource_name = "Material.013" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.61038, 0.61038, 0.61038, 1) | ||
roughness = 0.919279 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.014.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://cwyqdq8n52kxf"] | ||
|
||
[resource] | ||
resource_name = "Material.014" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.766543, 0.312911, 0.328656, 1) | ||
roughness = 0.957246 |
8 changes: 8 additions & 0 deletions
8
xr/openxr_vehicle_movement/assets/gokart/materials/Material.015.nocull.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://2xqcil35ckmf"] | ||
|
||
[resource] | ||
resource_name = "Material.015" | ||
cull_mode = 2 | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.691153, 0.691153, 0.691153, 1) | ||
roughness = 0.902621 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.015.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://0y4xq7jk6jgw"] | ||
|
||
[resource] | ||
resource_name = "Material.015" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.691153, 0.691153, 0.691153, 1) | ||
roughness = 0.902621 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.016.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://bgvmnvdrkutv7"] | ||
|
||
[resource] | ||
resource_name = "Material.016" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.594224, 0.594224, 0.594224, 1) | ||
roughness = 0.930269 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.017.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://cstrxte8w75kg"] | ||
|
||
[resource] | ||
resource_name = "Material.017" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.172139, 0.172139, 0.172139, 1) | ||
roughness = 0.994392 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.018.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://boblofr4cshco"] | ||
|
||
[resource] | ||
resource_name = "Material.018" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.603091, 0.603091, 0.603091, 1) | ||
roughness = 0.915597 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.019.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://mob83pxu5ilv"] | ||
|
||
[resource] | ||
resource_name = "Material.019" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.704722, 0.743734, 0.610886, 1) | ||
roughness = 0.891021 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.020.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://b1sxts1b0crfs"] | ||
|
||
[resource] | ||
resource_name = "Material.020" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.394256, 0.394256, 0.394256, 1) | ||
roughness = 0.971182 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.021.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://cyswii48wfoct"] | ||
|
||
[resource] | ||
resource_name = "Material.021" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.813327, 0.813327, 0.813327, 1) | ||
roughness = 0.859874 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.022.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://b7iab86bemdgw"] | ||
|
||
[resource] | ||
resource_name = "Material.022" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.42666, 0.42666, 0.42666, 1) | ||
roughness = 0.965939 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.023.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://d2rqx5bspsj21"] | ||
|
||
[resource] | ||
resource_name = "Material.023" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.646661, 0.646661, 0.646661, 1) | ||
roughness = 0.91598 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.024.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://kqy0u8xxds35"] | ||
|
||
[resource] | ||
resource_name = "Material.024" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.60166, 0.77659, 0.790989, 1) | ||
roughness = 0.598928 |
7 changes: 7 additions & 0 deletions
7
xr/openxr_vehicle_movement/assets/gokart/materials/Material.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://d2bj1ek3oad08"] | ||
|
||
[resource] | ||
resource_name = "Material" | ||
vertex_color_use_as_albedo = true | ||
albedo_color = Color(0.411765, 0.513726, 0.984314, 1) | ||
roughness = 0.440603 |
Binary file not shown.
Oops, something went wrong.