[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: SWT and Java3d
|
Java3D is a much higher-level abstraction than OpenGL, so I don't think this
is an equivalent substitution.
Anyway, last time I tried this (2 years ago) it didn't work because the
SWT_AWT bridge gives you something different than real AWT. Maybe Java3D
has fewer restrictions now.
"Frank Radermacher" <isag.srl@xxxxxxxxx> wrote in message
news:b7mnh1$i2c$1@xxxxxxxxxxxxxxxx
> Robert Ludwig wrote:
> > Does anyone have expiereinces using Java3D with SWT? As far as I know
Java3D
> > depends heavily on AWT and openGL and before I start to embed my
> > Java3D-application into SWT I would like to know if I possibly will
> > encounter major problems during this attempt. I know it's all rather
vague
> > but I don't want do end up in a dead end on half the way.
> >
> >
> look at this
>
>
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/op
engl/opengl.html
>
> Frank
>