Explorar el Código

added LathedObject to build script for extras options

astrodud hace 14 años
padre
commit
a62dc97e60
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/build.py

+ 1 - 1
utils/build.py

@@ -80,7 +80,7 @@ EXTRAS_FILES = [
 'extras/primitives/Cube.js',
 'extras/primitives/Cylinder.js',
 'extras/primitives/Plane.js',
-'extras/primitives/Sphere.js',
+'extras/primitives/Sphere.js','extras/primitives/LathedObject.js',
 'extras/io/Loader.js'
 ]