jtoy

Results 160 comments of jtoy

also you can demo it here, keep in mind it barely works, just to show the idea: http://3dgraphicsplus.com/OpenJSCAD/

Love it, would love to see this in the app. Would we be able to configure the camera angle? I have seen apps that implement their own version of tiny...

I use a non OpenGL rendered all the time with pybullet. They implemented tiny renderer. I have not implemented it myself before,maybe one day, need to learn more C. >...

btw, in the meantime, I've added a python pipeline into my own workflow that allows me to render stl into images, works, but I'd much rather have it all done...

just found this nodejs version to render stls to images: https://www.npmjs.com/package/node-stl-thumbnailer would it be useful if i integrated this into OpenJSCAD?

I have to write a script to do this for my project now, so I can try to write my own version now and submit it as a patch. @kaosat-dev...

@kaosat-dev here is a script I wrote to generate multiple versions from interactive param examples: https://github.com/jtoy/cad_model_experiments/blob/master/multijscad.js I can add as a pull request if you think helpful.

@kaosat-dev I just updated the code to be a little simpler: https://github.com/jtoy/cad_model_experiments Should I submit a pull request to add this?

@z3dev Great, I will submit a pull request. I just use gears as an example as I pulled it from the OpenJSCAD examples: https://github.com/jscad/OpenJSCAD.org/blob/master/examples/gear.jscad I am generating many other types...

@z3dev @kaosat-dev here is the pull request: https://github.com/jscad/OpenJSCAD.org/pull/338