WebGL

Top  Previous  Next
tog_minusWebGL

SmartCL.Controls.WebGL

 

TW3WebGLScene = class(TObject)

Properties:

  public
    property Handle: JWebGLRenderingContext read FDC;

 

TW3WebGL = class(TW3CustomControl)

Public methods:

public
  procedure Invalidate; override;
  procedure Refresh;

Properties:

public
  property DC: THandle read GetDC;
  property Scene: TW3WebGLScene read FScene;
  property Context: TW3CustomGraphicContext read FContext;
 
published
  property OnRender: TRenderEvent read FOnRender write FOnRender;