Replies: 5 comments 6 replies
-
...and use three.js StereoCamera to do rendering for anaglyph 3d glasses. |
Beta Was this translation helpful? Give feedback.
-
On Sat, 18 Sep 2021 07:26:47 -0700 Davor Hrg ***@***.***> wrote:
@koendv I have a prototype that uses threejs working on official
support for it, and hopefuly babylon too.
http://3d.hrg.hr/jscad/three/threejscad2.html?uri=#model.screw.js
You can also run your own scripts there by drag and drop. (folders
not supported yet)
Feels ok,smooth. This is what I've been doing:
github.com/koendv/openscad-raspberrypi
Would be nice to see something similar in jscad.
koen
|
Beta Was this translation helpful? Give feedback.
-
On Sat, 18 Sep 2021 13:59:33 -0700 Davor Hrg ***@***.***> wrote:
@koendv now that I thought about it more... I mostly use one color
for models on the project, so the color filter is much better choice
as I then have the whole screen to use instead of just half in the
side by side stereo render.
For applications like 3d printing, where color matters little, anaglyph
is a reasonable choice.
But three,js StereoCamera offers anaglyph, parallaxbarrier and
side-by-side, so you could offer all three.
koen
|
Beta Was this translation helpful? Give feedback.
-
@koendv I added the option for all 3, but witout an ui, just special URL for now http://3d.hrg.hr/jscad/three/threejscad2.html?uri=model.logos.js http://3d.hrg.hr/jscad/three/threejscad2.html?stereo=Anaglyph&uri=model.logos.js http://3d.hrg.hr/jscad/three/threejscad2.html?stereo=SideBySide&uri=model.logos.js http://3d.hrg.hr/jscad/three/threejscad2.html?stereo=ParallaxBarrier&uri=model.logos.js |
Beta Was this translation helpful? Give feedback.
-
On Sun, 19 Sep 2021 14:05:31 -0700 Davor Hrg ***@***.***> wrote:
@koendv I added the option for all 3, but witout an ui, just special
URL for now (loving threejs more and more :) )
I've tested the anaglyph image, and played around with the "size"
parameter, everything fine.
The speed with which this was developed is remarkable.
koen
|
Beta Was this translation helpful? Give feedback.
-
using jscad together with three.js
links to topics related to jscad+three.js in user group
three.js reources/ideas:
Beta Was this translation helpful? Give feedback.
All reactions