Skip to content

Commit

Permalink
Prepare release 4.3.0 (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiaanOlij authored Nov 28, 2023
1 parent 1df620b commit c5c7433
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[remap]

importer="keep"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[remap]

importer="keep"
3 changes: 3 additions & 0 deletions addons/godot-xr-tools/hands/blend/hand_l.blend.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[remap]

importer="keep"
3 changes: 3 additions & 0 deletions addons/godot-xr-tools/hands/blend/hand_r.blend.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[remap]

importer="keep"
2 changes: 2 additions & 0 deletions addons/godot-xr-tools/materials/highlight.tres
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ operator = 2

[sub_resource type="VisualShader" id="VisualShader_wb0u4"]
code = "shader_type spatial;
render_mode blend_mix, depth_draw_opaque, cull_back, diffuse_lambert, specular_schlick_ggx;

uniform vec4 Color : source_color;


Expand Down
2 changes: 1 addition & 1 deletion addons/godot-xr-tools/misc/hold_button_visualshader.tres
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function = 12

[resource]
code = "shader_type spatial;
render_mode unshaded;
render_mode blend_mix, depth_draw_opaque, cull_back, diffuse_lambert, specular_schlick_ggx, unshaded;

uniform vec4 albedo : source_color;
uniform float value;
Expand Down
2 changes: 1 addition & 1 deletion addons/godot-xr-tools/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="Godot XR Tools"
description="Godot XR Tools plugin"
author="Bastiaan Olij and Contributors"
version="4.2.1"
version="4.3.0"
script="plugin.gd"
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ condition = 1

[resource]
code = "shader_type spatial;
render_mode unshaded;
render_mode blend_mix, depth_draw_opaque, cull_back, diffuse_lambert, specular_schlick_ggx, unshaded;

uniform vec4 bar_color : source_color;
uniform sampler2D bar_texture : source_color;
Expand Down
3 changes: 3 additions & 0 deletions assets/meshes/knife/knife.blend.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[remap]

importer="keep"
3 changes: 3 additions & 0 deletions assets/meshes/mound/mound.blend.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[remap]

importer="keep"
3 changes: 3 additions & 0 deletions assets/meshes/ramps/ramps.blend.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[remap]

importer="keep"
3 changes: 3 additions & 0 deletions assets/meshes/teacup/teacup.blend.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[remap]

importer="keep"
3 changes: 3 additions & 0 deletions assets/meshes/teleport/teleport.blend.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[remap]

importer="keep"
3 changes: 3 additions & 0 deletions assets/meshes/tube/tube.blend.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[remap]

importer="keep"

0 comments on commit c5c7433

Please sign in to comment.