@xeokit/xeokit-sdk 2.4.2-beta-4 → 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.
@@ -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;");
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xeokit/xeokit-sdk",
3
- "version": "2.4.2-beta-4",
3
+ "version": "2.4.2-beta-6",
4
4
  "description": "Web Programming Toolkit for 3D/2D BIM and AEC Graphics",
5
5
  "module": "./dist/xeokit-sdk.es.js",
6
6
  "main": "./dist/xeokit-sdk.cjs.js",
@@ -36,6 +36,7 @@ const IFCObjectDefaultColors = {
36
36
 
37
37
  // Priority 2
38
38
 
39
+
39
40
  IfcStair: {
40
41
  colorize: [0.637255, 0.603922, 0.670588]
41
42
  },
@@ -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;");