Tagged Questions

7
votes
3answers
304 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)?
4
votes
2answers
86 views

Delphi - GLScene or FireMonkey Demo example for painting on 3D model

Is there any demo or article about how to paint solid colors on a 3D model using Delphi GLScene component or FireMonkey ?
3
votes
1answer
719 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
163 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
623 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 ...
1
vote
1answer
49 views

Delphi - GLScene how to get x,y,z of a picked object

I have a scene with basic geometry (pick demo) I want when I select any object to return the x,y and z of the mouse cursor otherwise return -1
0
votes
0answers
2 views

Delphi GLScene how to convert pixels into sprite 3d word units?

I use sprite to display an image but I want to re-size the sprite width and height automatically however the units are different the sprite is using 3D world units and the image sizes are in pixels. ...