@needle-tools/materialx 1.0.6-next.14cb64f → 1.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@needle-tools/materialx",
3
- "version": "1.0.6-next.14cb64f",
3
+ "version": "1.0.6",
4
4
  "type": "module",
5
5
  "main": "index.ts",
6
6
  "exports": {
@@ -38,4 +38,4 @@
38
38
  "mtlx",
39
39
  "rendering"
40
40
  ]
41
- }
41
+ }
@@ -160,7 +160,8 @@ export class MaterialXMaterial extends ShaderMaterial {
160
160
 
161
161
  this._context = init.context;
162
162
 
163
- if (debug) {
163
+ // if (debug)
164
+ {
164
165
  // Get lighting and environment data from MaterialX environment
165
166
  console.group("[MaterialX]: ", this.name);
166
167
  console.log(`Vertex shader length: ${vertexShader.length}\n`, vertexShader);