Login  Register

Distorted geometry

Posted by basti on Mar 04, 2024; 11:17am
URL: https://forum.jogamp.org/Distorted-geometry-tp4043353.html

Hello Forum,

I tested a few of my programs on a new hp laptop running windows 11
and found out that the geometry looks distorted. Everything seems to
be centered around the world origin (0,0,0).

Consider this sscce showing 3 boxes next to each other.

Code: TestWith3Boxes.java
Output: output.jpg
Log: log_windows11_java21.txt

What I tried:
- Setting different values for monoscopic view policy
- Setting stereo mode to: UNNECESSARY, REQUIRED, PREFERRED
- Changing field of view
- Setting different values for projection policy

Setup:
  JogAmp 2.5-b967-20230818, Java3D 1.7.2 (2023-09-05)

compiled with: jdk 21.0.2+13-LTS-58

Tested with:
  Java(TM) SE Runtime Environment (build 1.8.0_401-b10)
  Java(TM) SE Runtime Environment (build 21.0.2+13-LTS-58)

Graphics card:
  AMD Radeon Graphics
  driver: 10/25/2022, v31.0.12044.3
  Which is the latest according to windows.

I hope you can help me :)

Thanks,
basti