Tagged Questions
The glscene tag has no wiki summary.
7
votes
3answers
302 views
Global Rotation
in GLScene we have three parameters (RollAngle, PitchAngle and TurnAngle) for rotation around local orientation. in the image below, how can I rotate cube around global orientation (orange axis)?
3
votes
1answer
717 views
GLScene camera question
I have a GLScene object of varying, but known size. It is completely surrounded by a TGLDummyCube.
I want to position the GLCamera (CameraStyle: glPerspective) so that the object is completely ...
2
votes
1answer
160 views
GlScene Mouse to point on TGLHeightField
I have a GLScene with a TGLHeightField with it points loaded from its OnGetHeight.
What i'm trying to work out is what 3d point on the HeightField the mouse is currently over in the mousemove event.
...
2
votes
2answers
622 views
Determining intersection with frustum in GLScene
using GLScene in delphi I need to find the intersection between an object (a line or plane is enough) and the visible space, to determine what part of this object is currently showing.
I tried ...
0
votes
0answers
52 views
Perspective vs. orthogonal positioning Glscene, Camera
i have a realy huge problem (for me).
I display some tooth im my 3d Glscene World. The positions of the tooth are saved in an extra db and the program load this positions at start of the 3d-scene.
...
0
votes
0answers
130 views
Glscene Ugly Texture with Materiallib
I am using GLScene in my delphi project. I add some freeform on my scene (for example tooth). in the past I don't use material libs. I add my texture via the material property directrly of the ...
0
votes
1answer
448 views
Off-screen OpenGL rendering using Mesa3D in a Win32 service
Various questions have been posted on the subject of off-screen rendering, especially as it concerns a Win32 service, such as the following questions in which Mesa3D has been suggested as an option...
...