Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - wruiwr

#1
Support / a question about "Using jPCT in Swing" in wiki
September 19, 2014, 04:09:32 PM
Hi,

I tried the example in "Using jPCT in Swing", and I have a question that after I dragged the edge of the window, the window became bigger, but the 3D world rendered did not change its size with the window. So, I wonder how to make the size of the rendered 3D world to change with the window, when dragging the edge of the window. Dose anyone know about some solution about this?
#2
Did anyone implemented anaglyph 3D by jPCT before so that the object can be seen by 3D glasses? I know opengl has glColorMask to do this, but I didn't find it in jPCT...if cannot use glColorMask, is it possible to use shaders? Any idea about this? So, how to implement anaglyph 3D by jPCT exactly?