@xeokit/xeokit-sdk 2.4.2-beta-3 → 2.4.2-beta-6
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/xeokit-sdk.cjs.js
CHANGED
|
@@ -68255,6 +68255,7 @@ class PointsBatchingColorRenderer extends VBOSceneModelPointBatchingRenderer {
|
|
|
68255
68255
|
if (scene.logarithmicDepthBufferEnabled) {
|
|
68256
68256
|
src.push("vFragDepth = 1.0 + clipPos.w;");
|
|
68257
68257
|
}
|
|
68258
|
+
|
|
68258
68259
|
src.push("gl_Position = clipPos;");
|
|
68259
68260
|
if (pointsMaterial.perspectivePoints) {
|
|
68260
68261
|
src.push("gl_PointSize = (nearPlaneHeight * pointSize) / clipPos.w;");
|
package/dist/xeokit-sdk.es.js
CHANGED
|
@@ -68251,6 +68251,7 @@ class PointsBatchingColorRenderer extends VBOSceneModelPointBatchingRenderer {
|
|
|
68251
68251
|
if (scene.logarithmicDepthBufferEnabled) {
|
|
68252
68252
|
src.push("vFragDepth = 1.0 + clipPos.w;");
|
|
68253
68253
|
}
|
|
68254
|
+
|
|
68254
68255
|
src.push("gl_Position = clipPos;");
|
|
68255
68256
|
if (pointsMaterial.perspectivePoints) {
|
|
68256
68257
|
src.push("gl_PointSize = (nearPlaneHeight * pointSize) / clipPos.w;");
|
package/package.json
CHANGED
|
@@ -88,6 +88,7 @@ class PointsBatchingColorRenderer extends VBOSceneModelPointBatchingRenderer {
|
|
|
88
88
|
if (scene.logarithmicDepthBufferEnabled) {
|
|
89
89
|
src.push("vFragDepth = 1.0 + clipPos.w;");
|
|
90
90
|
}
|
|
91
|
+
|
|
91
92
|
src.push("gl_Position = clipPos;");
|
|
92
93
|
if (pointsMaterial.perspectivePoints) {
|
|
93
94
|
src.push("gl_PointSize = (nearPlaneHeight * pointSize) / clipPos.w;");
|