mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-14 23:29:52 +00:00
Added overlay rendering support for builders + return of start/end labels.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include "SDL.h"
|
||||
#include "SDL_Opengl.h"
|
||||
#include "imgui.h"
|
||||
#include "glfont.h"
|
||||
#include "Builder.h"
|
||||
#include "BuilderStatMeshSimple.h"
|
||||
#include "Recast.h"
|
||||
@@ -240,6 +241,11 @@ void BuilderStatMeshSimple::handleRender()
|
||||
|
||||
}
|
||||
|
||||
void BuilderStatMeshSimple::handleRenderOverlay(class GLFont* font, double* proj, double* model, int* view)
|
||||
{
|
||||
toolRenderOverlay(font, proj, model, view);
|
||||
}
|
||||
|
||||
void BuilderStatMeshSimple::handleMeshChanged(const float* verts, int nverts,
|
||||
const int* tris, const float* trinorms, int ntris,
|
||||
const float* bmin, const float* bmax)
|
||||
|
||||
Reference in New Issue
Block a user