Search found 3 matches

by jayjaybillings
Sat 8. Mar 2014, 00:39
Forum: General jReality Discussion
Topic: Fixed SWTExample and src-swt but only a black screen shows
Replies: 4
Views: 950

Re: Fixed SWTExample and src-swt but only a black screen sho

Andre,

Do you know of a good example for embedding JReality into SWT using the SWT_AWT bridge?

I was able to get it to work, but it does not refresh smoothly. I think I am most likely updating the JOGLViewer incorrectly.

Jay
by jayjaybillings
Fri 7. Mar 2014, 01:12
Forum: General jReality Discussion
Topic: Fixed SWTExample and src-swt but only a black screen shows
Replies: 4
Views: 950

Re: Fixed SWTExample and src-swt but only a black screen sho

Andre,

Thanks for the response!

Yes, it is necessary for us to use the SWTViewer unless we can embed the JRViewer in our application using the SWT_AWT bridge. I'm fine with doing that if it is the only way.

Jay
by jayjaybillings
Thu 6. Mar 2014, 23:09
Forum: General jReality Discussion
Topic: Fixed SWTExample and src-swt but only a black screen shows
Replies: 4
Views: 950

Fixed SWTExample and src-swt but only a black screen shows

Everyone, I am working on an Eclipse RCP project that does some advanced 3d visualization. Our current solution isn't working so well and I've been looking into JReality today as a possible replacement. I followed the instructions on the wiki to load the source code from git and spent about an hour ...