@rings-webgpu/core 1.0.8 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -39947,7 +39947,7 @@ fn CsMain( @builtin(workgroup_id) workgroup_id : vec3<u32> , @builtin(global_inv
39947
39947
  this.marker = new exports.Object3D();
39948
39948
  const markerRenderer = this.marker.addComponent(exports.MeshRenderer);
39949
39949
  markerRenderer.geometry = new SphereGeometry(0.1, 32, 16);
39950
- markerRenderer.material = new LitMaterial();
39950
+ markerRenderer.material = new UnLitMaterial();
39951
39951
  markerRenderer.material.baseColor = this.positionValid ? new Color(0, 1, 0, 1) : new Color(1, 0, 0, 1);
39952
39952
  this.addChild(this.marker);
39953
39953
  this.marker.name = "WayPoint3DMarker";
@@ -40534,7 +40534,7 @@ fn CsMain( @builtin(workgroup_id) workgroup_id : vec3<u32> , @builtin(global_inv
40534
40534
  }
40535
40535
  }
40536
40536
 
40537
- const version = "1.0.8";
40537
+ const version = "1.0.10";
40538
40538
 
40539
40539
  class Engine3D {
40540
40540
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rings-webgpu/core",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Rings webgpu Engine",
5
5
  "main": "index.js",
6
6
  "exports": {