@plastic-software/three 0.167.0 → 0.167.1

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.
@@ -15377,7 +15377,6 @@ function WebGLBindingStates( gl, attributes ) {
15377
15377
  }
15378
15378
 
15379
15379
  function vertexAttribPointer( index, size, type, normalized, stride, offset, integer ) {
15380
- console.log(index, size, type, normalized, stride, offset, integer);
15381
15380
 
15382
15381
  if ( integer === true ) {
15383
15382
 
@@ -15393,8 +15392,6 @@ function WebGLBindingStates( gl, attributes ) {
15393
15392
 
15394
15393
  function setupVertexAttributes( object, material, program, geometry ) {
15395
15394
 
15396
- console.log(object, geometry);
15397
-
15398
15395
  initAttributes();
15399
15396
 
15400
15397
  const geometryAttributes = geometry.attributes;
@@ -15509,8 +15506,6 @@ function WebGLBindingStates( gl, attributes ) {
15509
15506
 
15510
15507
  }
15511
15508
 
15512
- console.log(geometryAttribute);
15513
-
15514
15509
  gl.bindBuffer( gl.ARRAY_BUFFER, buffer );
15515
15510
 
15516
15511
  for ( let i = 0; i < programAttribute.locationSize; i ++ ) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plastic-software/three",
3
- "version": "0.167.0",
3
+ "version": "0.167.1",
4
4
  "description": "JavaScript 3D library",
5
5
  "type": "module",
6
6
  "main": "./build/three.cjs",