mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 19:14:42 +00:00
added output clear to mytrenderer destructor
This commit is contained in:
parent
808a4b1818
commit
39f72d04d4
@ -5,7 +5,7 @@
|
||||
class MyTrenderer:public StructureSynth::Model::Rendering::TemplateRenderer{
|
||||
public:
|
||||
MyTrenderer(StructureSynth::Model::Rendering::Template templ):StructureSynth::Model::Rendering::TemplateRenderer(templ){ workingTempl=templ;}
|
||||
//~MyTrenderer();
|
||||
~MyTrenderer(){output.clear();};
|
||||
void drawBox(SyntopiaCore::Math::Vector3f base,
|
||||
SyntopiaCore::Math::Vector3f dir1 ,
|
||||
SyntopiaCore::Math::Vector3f dir2,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user