moved to inline_geometry namespace they are CreateRenderable....functions.

This commit is contained in:
2022-06-24 21:36:24 +08:00
parent e381c3efeb
commit f70be8e42c
14 changed files with 1229 additions and 1207 deletions

View File

@@ -77,6 +77,8 @@ private:
void CreateRenderObject()
{
using namespace inline_geometry;
struct PlaneGridCreateInfo pgci;
pgci.coord[0]=Vector3f(-100,-100,0);
@@ -95,7 +97,7 @@ private:
const VAB *vab=material_instance->GetVAB();
renderable=CreateRenderablePlaneGrid(db,vab,&pgci);
renderable=CreatePlaneGrid(db,vab,&pgci);
}
bool InitScene()