14 #ifndef ROOT_TGLSphere
15 #define ROOT_TGLSphere
19 class TBuffer3DSphere;
21 class TGLSphere :
public TGLLogicalShape
27 TGLSphere(
const TBuffer3DSphere &buffer);
29 virtual UInt_t DLOffset(Short_t lod)
const;
31 virtual ELODAxes SupportedLODAxes()
const {
return kLODAxesAll; }
32 virtual Short_t QuantizeShapeLOD(Short_t shapeLOD, Short_t combiLOD)
const;
33 virtual void DirectDraw(TGLRnrCtx & rnrCtx)
const;
35 ClassDef(TGLSphere,0);