@rings-webgpu/core 1.0.29 → 1.0.30
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 +2 -2
- package/dist/rings.es.js.map +2 -2
- package/dist/rings.es.max.js +3 -1
- package/dist/rings.umd.js +2 -2
- package/dist/rings.umd.js.map +2 -2
- package/dist/rings.umd.max.js +3 -1
- package/package.json +1 -1
package/dist/rings.es.max.js
CHANGED
|
@@ -42146,7 +42146,7 @@ class PostProcessingComponent extends ComponentBase {
|
|
|
42146
42146
|
}
|
|
42147
42147
|
}
|
|
42148
42148
|
|
|
42149
|
-
const version = "1.0.
|
|
42149
|
+
const version = "1.0.29";
|
|
42150
42150
|
|
|
42151
42151
|
class Engine3D {
|
|
42152
42152
|
/**
|
|
@@ -61357,6 +61357,8 @@ class PNTSLoader extends PNTSLoaderBase {
|
|
|
61357
61357
|
const pointCloudObj = new Object3D();
|
|
61358
61358
|
const renderer = pointCloudObj.addComponent(PointCloudRenderer);
|
|
61359
61359
|
renderer.initFromData(positions, colors, pointsLength);
|
|
61360
|
+
renderer.setPointShape("circle");
|
|
61361
|
+
renderer.setPointSize(4);
|
|
61360
61362
|
const rtcCenter = featureTable.getData("RTC_CENTER", 1, "FLOAT", "VEC3");
|
|
61361
61363
|
if (rtcCenter) {
|
|
61362
61364
|
pointCloudObj.transform.localPosition.set(
|