Change version write mode.
This commit is contained in:
parent
497bc3bd1a
commit
b19203adcc
@ -19,18 +19,18 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/cube.3ds" width="300" height="300"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/texturedcube.3ds" width="300" height="300"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/texturedcube.3ds|testfiles/_1.png" width="300" height="300"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/cubeobj.obj" width="300" height="300"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/cubeobj.obj|testfiles/cubeobj.mtl" width="300" height="300"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/texturedcube.obj" width="300" height="300"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/texturedcube.obj|testfiles/texturedcube.mtl" width="300" height="300"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/texturedcube.obj|testfiles/texturedcube.mtl|testfiles/texture.png" width="300" height="300"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/objects_ascii.stl" width="300" height="300"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/objects_binary.stl" width="300" height="300"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/wrong.3ds" width="300" height="300"></canvas>
|
||||
<canvas class="3dviewer" width="300" height="300"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/cube.3ds" width="200" height="200"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/texturedcube.3ds" width="200" height="200"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/texturedcube.3ds|testfiles/_1.png" width="200" height="200"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/cubeobj.obj" width="200" height="200"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/cubeobj.obj|testfiles/cubeobj.mtl" width="200" height="200"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/texturedcube.obj" width="200" height="200"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/texturedcube.obj|testfiles/texturedcube.mtl" width="200" height="200"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/texturedcube.obj|testfiles/texturedcube.mtl|testfiles/texture.png" width="200" height="200"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/objects_ascii.stl" width="200" height="200"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/objects_binary.stl" width="200" height="200"></canvas>
|
||||
<canvas class="3dviewer" sourcefiles="testfiles/wrong.3ds" width="200" height="200"></canvas>
|
||||
<canvas class="3dviewer" width="200" height="200"></canvas>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
@ -32,7 +32,7 @@ ImporterApp.prototype.Init = function ()
|
||||
var myThis = this;
|
||||
var top = document.getElementById ('top');
|
||||
var importerButtons = new ImporterButtons (top);
|
||||
importerButtons.AddLogo ('Online 3D Viewer <span class="version">0.2</span>', function () { myThis.WelcomeDialog (); });
|
||||
importerButtons.AddLogo ('Online 3D Viewer <span class="version">v 0.2</span>', function () { myThis.WelcomeDialog (); });
|
||||
importerButtons.AddButton ('images/openfile.png', 'Open File', function () { myThis.OpenFile (); });
|
||||
importerButtons.AddButton ('images/fitinwindow.png', 'Fit In Window', function () { myThis.FitInWindow (); });
|
||||
importerButtons.AddButton ('images/fixup.png', 'Enable/Disable Fixed Up Vector', function () { myThis.SetFixUp (); });
|
||||
|
||||
Loading…
Reference in New Issue
Block a user