remove unimplemented methods from class
Change-Id: Ib050c0c0c699964cad91b184fcc4b3387b171235
This commit is contained in:
@@ -159,10 +159,6 @@ public:
|
|||||||
OpenGL3DRenderer();
|
OpenGL3DRenderer();
|
||||||
~OpenGL3DRenderer();
|
~OpenGL3DRenderer();
|
||||||
|
|
||||||
void CreateFrameBufferObj();
|
|
||||||
void CreateTextureObj(int,int);
|
|
||||||
void CreateRenderObj(int, int);
|
|
||||||
void LoadShaders();
|
|
||||||
void init();
|
void init();
|
||||||
void Set3DSenceInfo(sal_Int32 color = 255, bool twoSidesLighting = true);
|
void Set3DSenceInfo(sal_Int32 color = 255, bool twoSidesLighting = true);
|
||||||
void SetLightInfo(bool lightOn, sal_Int32 color, const glm::vec4& direction);
|
void SetLightInfo(bool lightOn, sal_Int32 color, const glm::vec4& direction);
|
||||||
@@ -185,6 +181,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
void MoveModelf(PosVecf3& trans,PosVecf3& angle,PosVecf3& scale);
|
void MoveModelf(PosVecf3& trans,PosVecf3& angle,PosVecf3& scale);
|
||||||
|
|
||||||
|
void LoadShaders();
|
||||||
void GetFreq();
|
void GetFreq();
|
||||||
void RenderPolygon3DObject();
|
void RenderPolygon3DObject();
|
||||||
void RenderLine3D(Polygon3DInfo &polygon);
|
void RenderLine3D(Polygon3DInfo &polygon);
|
||||||
|
Reference in New Issue
Block a user