Tagged Questions
7
votes
3answers
321 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
245 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
735 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
62 views
Delphi - GLScene - resize sprite according to the image
I use sprite to display an image texture but the sprite width and height are in 3D world units and I need to automatically display the loaded image texture without stretching.
I know how to load a ...
2
votes
1answer
171 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
636 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
113 views
GLScene - convert 3D vector into current camera vector
I have x,y,z vector in the 3D world and I want to make that vector have the same direction with the current camera vector position.
I use Delphi/GLScene
1
vote
1answer
97 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