Re: Issue with Java 3D under OpenJDK 7 / Mac OS X
Posted by
Sven Gothel on
Jan 22, 2013; 3:32am
URL: https://forum.jogamp.org/Issue-with-Java-3D-under-OpenJDK-7-Mac-OS-X-tp4025259p4027962.html
On 01/22/2013 03:58 AM, Traksewt [via jogamp] wrote:
> @IM, did you successfully get past the x,y scaling when resizing issue? I have
> the JDK7u and JDK8 with the fix you mentioned above and the scaling when
> resizing issue is still there for me.
>
> I made Canvas3D inherit from GLCanvas (instead of Canvas) and that got rid of
> the crashing problem without needing your 1/2 of your fix ( the part in
> Canvas3D/OffscreenLayerOption) as it is now in the superclass.
>
> However, the Canvas3D is still using its own paint method at the moment.
>
> Regarding the scaling when resizing, it looks like it is overscaling
> everything from the origin at the bottom left. Maybe it is scaling it twice?
> Anyone have any ideas where to look?
>
We just discussed this a bit via IRC and if it is possible
to reproduce this bug w/o J3D with a minimal test case,
I like to get my hands on it using those [provided] - assuming it's our
CALayer code.
~Sven
> regards
> Kenny