|
PEP_structVIEWINGFROM
Purpose When RenderEngine is Direct3D for the Pe3do control, this property is used to set the camera's look-from location in data units with respect to X Y Z data. The DegreeOfRotation and DxZoom will be ignored if ViewingFrom is non zero. When using this property, also set ViewingAt.
To set the location, initialize a POINT3D structure with the location and set with PEvset. To get the location, call PEvget with destination buffer as address to a POINT3D struct.
The POINT3D structure is simply 3 float's. typedef struct { float X; float Y; float Z; } POINT3D;
Comments .Net Developers Pe3do Set and Get functions. Pe3do.PeFunction.SetViewingFrom(float X, float Y, float Z)
OCX Pe3do Set and Get functions. SetViewingFrom(float X, float Y, float Z)
|
|
©2026 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |
|