@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.
- package/dist/rings.es.js +22 -22
- package/dist/rings.es.js.map +2 -2
- package/dist/rings.es.max.js +2 -2
- package/dist/rings.umd.js +18 -18
- package/dist/rings.umd.js.map +2 -2
- package/dist/rings.umd.max.js +2 -2
- package/package.json +1 -1
package/dist/rings.es.max.js
CHANGED
|
@@ -39940,7 +39940,7 @@ class WayPoint3D extends Object3D {
|
|
|
39940
39940
|
this.marker = new Object3D();
|
|
39941
39941
|
const markerRenderer = this.marker.addComponent(MeshRenderer);
|
|
39942
39942
|
markerRenderer.geometry = new SphereGeometry(0.1, 32, 16);
|
|
39943
|
-
markerRenderer.material = new
|
|
39943
|
+
markerRenderer.material = new UnLitMaterial();
|
|
39944
39944
|
markerRenderer.material.baseColor = this.positionValid ? new Color(0, 1, 0, 1) : new Color(1, 0, 0, 1);
|
|
39945
39945
|
this.addChild(this.marker);
|
|
39946
39946
|
this.marker.name = "WayPoint3DMarker";
|
|
@@ -40527,7 +40527,7 @@ class PostProcessingComponent extends ComponentBase {
|
|
|
40527
40527
|
}
|
|
40528
40528
|
}
|
|
40529
40529
|
|
|
40530
|
-
const version = "1.0.
|
|
40530
|
+
const version = "1.0.10";
|
|
40531
40531
|
|
|
40532
40532
|
class Engine3D {
|
|
40533
40533
|
/**
|