Opened 10 years ago
Closed 5 years ago
#13512 closed defect (obsolete)
Rendering some objects in openGL fails (CUBE)
Reported by: | JohnCC330 | Owned by: | |
---|---|---|---|
Component: | 3D support | Version: | VirtualBox 4.3.18 |
Keywords: | opengl render cube | Cc: | |
Guest type: | Linux | Host type: | Linux |
Description
The attached package compiles well, but the towers, of which there should be one on each corner of the floor, do not render correctly (their height is 0). When changing the size of the window, the other tower appear randomly, probably due to rounding.
I tried this on a 64-bit host, with a 32-bit guest. There is no error message, just the rendering problem.
On the same host, with a 64-bit guest, I get a segmentation fault:
OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x7bd6c0 OpenGL Warning: Retry with 0x8002 returned 0 visuals Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7bbb23e in fgOpenWindow () from /usr/lib/x86_64-linux-gnu/libglut.so.3
Another test: I downloaded a simple demo which uses the older glBegin/glEnd type objects. Here the objects render correctly. So I suspect that the problem could be in the buffer-type interface to openGL.
Attachments (1)
Change History (2)
by , 10 years ago
Attachment: | hw0-linuxosx.tar.gz added |
---|
comment:1 by , 5 years ago
Resolution: | → obsolete |
---|---|
Status: | new → closed |
Package which exhibits the problem.