Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixbf committed Jun 23, 2021
1 parent 1b1b4f0 commit 20936fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/hathor/hathor.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ let HATHOR = {};
window.HATHOR = HATHOR;


HATHOR.SELACTION_STD = 0;
HATHOR.SELACTION_STD = 0;
HATHOR.SELACTION_ADDSPHERESHAPE = 1;
HATHOR.SELACTION_ADDCONVEXPOINT = 2;
HATHOR.SELACTION_MEASURE = 3;
HATHOR.SELACTION_MEASURE = 3;


window.addEventListener( 'load', ()=>{
Expand Down
4 changes: 2 additions & 2 deletions services/processors/AtonizerProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ let processingTextures = {};

// Command-line
const optDefs = [
{ name: 'infolder', alias: 'i', type: String }, // input folder containing multiple obj files (with *.mtl and textures)
{ name: 'infolder', alias: 'i', type: String }, // input folder containing multiple files to process (obj, gltf or glb)
{ name: 'outfolder', alias: 'o', type: String }, // output folder
{ name: 'pattern', alias: 'p', type: String }, // input pattern. Default *.obj
{ name: 'compression', alias: 'c', type: Number }, // compression level (0-10). Default: 4
{ name: 'compression', alias: 'c', type: Number }, // compression level (0-10). 0 = No compression. Default: 4
{ name: 'opts', type: String },
{ name: 'outformat', type: String }, // output format. Default 'gltf'
{ name: 'inup', type: String }, // input up-vector. Default 'Z'
Expand Down

0 comments on commit 20936fb

Please sign in to comment.