geojs 1.11.1 → 1.11.2

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/geo.js CHANGED
@@ -28079,7 +28079,7 @@ module.exports = sceneObject;
28079
28079
  * @constant
28080
28080
  * @type {string}
28081
28081
  */
28082
- module.exports = "190e4728c8b60b908db47954c996b369d725fd31";
28082
+ module.exports = "c1123d90202a0e8629d90d57aefed8d2fc800864";
28083
28083
 
28084
28084
  /***/ }),
28085
28085
 
@@ -39957,7 +39957,7 @@ module.exports = vectorFeature;
39957
39957
  * @constant
39958
39958
  * @type {string}
39959
39959
  */
39960
- module.exports = "1.11.1";
39960
+ module.exports = "1.11.2";
39961
39961
 
39962
39962
  /***/ }),
39963
39963
 
@@ -43813,6 +43813,14 @@ vgl.texture = function () {
43813
43813
  }
43814
43814
  };
43815
43815
 
43816
+ /**
43817
+ * Return the texture handle.
43818
+ *
43819
+ * @returns {number}
43820
+ */
43821
+ this.textureHandle = function () {
43822
+ return this.m_textureHandle;
43823
+ };
43816
43824
  return this;
43817
43825
  };
43818
43826
  inherit(vgl.texture, vgl.materialAttribute);
@@ -43888,15 +43896,6 @@ vgl.lookupTable = function () {
43888
43896
  this.modified();
43889
43897
  return true;
43890
43898
  };
43891
-
43892
- /**
43893
- * Return the texture handle.
43894
- *
43895
- * @returns {number}
43896
- */
43897
- this.textureHandle = function () {
43898
- return this.m_textureHandle;
43899
- };
43900
43899
  return this;
43901
43900
  };
43902
43901
  inherit(vgl.lookupTable, vgl.texture);
package/geo.lean.js CHANGED
@@ -25078,7 +25078,7 @@ module.exports = sceneObject;
25078
25078
  * @constant
25079
25079
  * @type {string}
25080
25080
  */
25081
- module.exports = "190e4728c8b60b908db47954c996b369d725fd31";
25081
+ module.exports = "c1123d90202a0e8629d90d57aefed8d2fc800864";
25082
25082
 
25083
25083
  /***/ }),
25084
25084
 
@@ -36956,7 +36956,7 @@ module.exports = vectorFeature;
36956
36956
  * @constant
36957
36957
  * @type {string}
36958
36958
  */
36959
- module.exports = "1.11.1";
36959
+ module.exports = "1.11.2";
36960
36960
 
36961
36961
  /***/ }),
36962
36962
 
@@ -40812,6 +40812,14 @@ vgl.texture = function () {
40812
40812
  }
40813
40813
  };
40814
40814
 
40815
+ /**
40816
+ * Return the texture handle.
40817
+ *
40818
+ * @returns {number}
40819
+ */
40820
+ this.textureHandle = function () {
40821
+ return this.m_textureHandle;
40822
+ };
40815
40823
  return this;
40816
40824
  };
40817
40825
  inherit(vgl.texture, vgl.materialAttribute);
@@ -40887,15 +40895,6 @@ vgl.lookupTable = function () {
40887
40895
  this.modified();
40888
40896
  return true;
40889
40897
  };
40890
-
40891
- /**
40892
- * Return the texture handle.
40893
- *
40894
- * @returns {number}
40895
- */
40896
- this.textureHandle = function () {
40897
- return this.m_textureHandle;
40898
- };
40899
40898
  return this;
40900
40899
  };
40901
40900
  inherit(vgl.lookupTable, vgl.texture);