Description | Hierarchy | Fields | Methods | Properties |
type TGUIMeshViewer = class(TGUIElement)
3D mesh viewing GUI element.
![]() |
function GetMesh: TAnimatedMesh; inline; |
![]() |
procedure SetMesh(NMesh: TAnimatedMesh); inline; |
![]() |
property Material: PMaterial read GetMaterial; |
![]() |
function GetMesh: TAnimatedMesh; inline; |
Returns the displayed mesh. |
![]() |
procedure SetMesh(NMesh: TAnimatedMesh); inline; |
Sets the displayed mesh. |
![]() |
property Material: PMaterial read GetMaterial; |
The |