Search found 7 matches

by wruiwr
Thu 14. Aug 2014, 18:59
Forum: Programming Help
Topic: A problem on Linux
Replies: 2
Views: 843

Re: A problem on Linux

Is it because something's not right about setting up libraries?
by wruiwr
Thu 14. Aug 2014, 18:12
Forum: Programming Help
Topic: A problem on Linux
Replies: 2
Views: 843

A problem on Linux

When I ran the Icosahedron.java example on windows 7, everything's good. But when I ran Icosahedron.java on Linux, Icosahedron's not shown when using JOGLViewer and JOGL3Viewer. It's only shown by using softviewer. However, when rotating the Icosahedron by using softviewer, it disappeared and then a...
by wruiwr
Thu 7. Aug 2014, 15:54
Forum: Programming Help
Topic: Can jReality implement Anaglyph?
Replies: 6
Views: 1053

Re: Can jReality implement Anaglyph?

Hi gunn,

I also tried to set the type of the stereo to 2(setStereoType(2)) in order to show red-green anaglyph effect, but I'm not sure if it is right. Since the result doesn't look like red-green
by wruiwr
Sat 2. Aug 2014, 16:40
Forum: Programming Help
Topic: Can jReality implement Anaglyph?
Replies: 6
Views: 1053

Re: Can jReality implement Anaglyph?

Thank you! :D
The anaglyph effect is not clear before because of the blue color of the object, but now I can see the red and cyan color. Maybe also set transparency is better. I'll try :)
by wruiwr
Sat 2. Aug 2014, 12:14
Forum: Programming Help
Topic: Can jReality implement Anaglyph?
Replies: 6
Views: 1053

Re: Can jReality implement Anaglyph?

oh, I just found a solution about loading texture from BufferedImage: make an InputStream for a BufferedImage, then use Input(). I still have a question that in Intro07, apply a texture, I changed the cylinder to a Cone, but the texture does not work for the cone. I don't know why...
by wruiwr
Sat 2. Aug 2014, 11:33
Forum: Programming Help
Topic: Can jReality implement Anaglyph?
Replies: 6
Views: 1053

Re: Can jReality implement Anaglyph?

Thank you for your reply! I tried the following code before according ViewerFromScratch, but it does not work. I don't know why. Another question I'd like to know is about load texture. if the texture is read into BufferedImage, how to load this texture from BufferedImage. public static void main(St...
by wruiwr
Mon 30. Jun 2014, 02:01
Forum: Programming Help
Topic: Can jReality implement Anaglyph?
Replies: 6
Views: 1053

Can jReality implement Anaglyph?

Hi,

I'm a newbie about jReality. I'd like to know if jReality can implement Anaglyph. If it can, it uses software or hardware rendering?

Thanks a lot