config.json 323 B

1234567891011121314
  1. {
  2. "proceduralTextures": [
  3. {
  4. "file": "proceduralTextures/wood/babylon.woodProceduralTexture.ts",
  5. "shaderFiles": [
  6. "proceduralTextures/wood/woodProceduralTexture.fragment.fx"
  7. ],
  8. "output": "babylon.woodProceduralTexture.js"
  9. }
  10. ],
  11. "build": {
  12. "distOutputDirectory": "dist/"
  13. }
  14. }