| SmartCL.Controls.WebGL   TW3WebGLScene = class(TObject) Properties:   publicproperty Handle: JWebGLRenderingContext read FDC;
   TW3WebGL = class(TW3CustomControl) Public methods:   publicprocedure 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;
 |