Giter Site home page Giter Site logo

Documentation for stl about jsc3d HOT 8 OPEN

humu2009 avatar humu2009 commented on July 20, 2024
Documentation for stl

from jsc3d.

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
[deleted comment]

from jsc3d.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
I'm sorry for the lack of tutorials :-(
This snippet demonstrates how to work with STL files:

var canvas = document.getElementById('your-canvas-id');
var viewer = new JSC3D.Viewer(canvas);
viewer.setParameter('SceneUrl', 'your-stl-model.stl');
... (other parameters) ...
viewer.setParameter('RenderMode', 'flat');
viewer.init();
viewer.update();

If you want to load an STL model at runtime, just use 
Viewer.replaceSceneFromUrl() method:

viewer.replaceSceneFromUrl('another-stl-model.stl');

That's it.

Original comment by [email protected] on 28 Jun 2012 at 10:43

from jsc3d.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
Thanks for that.
It doesn't seem to work though.
I just get a graduated background and no image.
Developer console in Chrome doesn't see the stl file being loaded.
Am I missing something?  Are there any required parameters?

Thanks.

D.

Original comment by [email protected] on 28 Jun 2012 at 11:26

from jsc3d.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
Does the XHR request finish correctly? If it does, there will be a message "XHR 
finished loading: ..." printed in the console. If this does not appear, you may 
have a wrong model url. Otherwise, the STL file may be corrupted or in 
non-standard format. In this case you should check it using a modeling 
software. Or could you upload the file as an attachment here? I'll see it as 
soon as possible.

Original comment by [email protected] on 29 Jun 2012 at 3:29

from jsc3d.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
I'm running into the same problem described here, and I'm just using the STL 
files in the demo/models area of your site.  None of the STLs in the demo area 
work for me, but the obj files do.

Original comment by [email protected] on 18 Aug 2012 at 2:12

Attachments:

from jsc3d.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
It seems work fine in my test. I guess you might be confused by a dated version 
of jsc3d. Please get the latest code from the svn repository.

Original comment by [email protected] on 29 Aug 2012 at 6:01

from jsc3d.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
The latest version now works.  Thanks!

Original comment by [email protected] on 4 Sep 2012 at 1:08

from jsc3d.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
What other parameters are we able to set for stl?

Original comment by [email protected] on 17 Mar 2013 at 9:46

from jsc3d.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.