mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00:34 +05:00
no global Render
This commit is contained in:
parent
0c6b48a5bd
commit
ab32cda827
@ -8,14 +8,14 @@ lib_LTLIBRARIES = libstl.la
|
||||
|
||||
if NGGUI
|
||||
lib_LTLIBRARIES += libstlvis.la
|
||||
libstlvis_la_SOURCES = stlpkg.cpp vsstl.cpp
|
||||
libstlvis_la_LIBADD = libstl.la $(top_builddir)/libsrc/visualization/libvisual.la
|
||||
endif
|
||||
|
||||
libstl_la_SOURCES = meshstlsurface.cpp stlgeom.cpp stlgeomchart.cpp \
|
||||
stlgeommesh.cpp stlline.cpp stltool.cpp stltopology.cpp
|
||||
|
||||
|
||||
libstlvis_la_SOURCES = stlpkg.cpp vsstl.cpp
|
||||
libstlvis_la_LIBADD = libstl.la
|
||||
libstl_la_LIBADD = $(top_builddir)/libsrc/meshing/libmesh.la
|
||||
# libstlvis_la_LIBADD = libstl.la $(top_builddir)/libsrc/linalg/libla.la
|
||||
|
||||
|
@ -730,8 +730,7 @@ void STLSurfaceMeshing1 (STLGeometry & geom,
|
||||
compress[icompress[i]] = 0;
|
||||
|
||||
|
||||
extern void Render();
|
||||
Render();
|
||||
mparam.Render();
|
||||
}
|
||||
|
||||
// NgProfiler::Print(stdout);
|
||||
|
@ -1459,8 +1459,7 @@ int STLMeshingDummy (STLGeometry* stlgeometry, shared_ptr<Mesh> & mesh, MeshingP
|
||||
(*statout) << GetTime() << " & ";
|
||||
#endif
|
||||
|
||||
extern void Render();
|
||||
Render();
|
||||
mparam.Render();
|
||||
}
|
||||
stlgeometry->surfaceoptimized = 1;
|
||||
}
|
||||
@ -1576,8 +1575,7 @@ int STLMeshingDummy (STLGeometry* stlgeometry, shared_ptr<Mesh> & mesh, MeshingP
|
||||
<< mesh->GetNP() << " " << '\\' << '\\' << " \\" << "hline" << endl;
|
||||
#endif
|
||||
|
||||
extern void Render();
|
||||
Render();
|
||||
mparam.Render();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user