ripristinata la modalita' di render bbox....
This commit is contained in:
parent
0467ee0a6f
commit
6c1174ecdd
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.6 2005/01/12 14:39:41 tommyfranken
|
||||||
|
constructor name was wrong (old class name)
|
||||||
|
|
||||||
Revision 1.5 2004/12/15 18:45:07 tommyfranken
|
Revision 1.5 2004/12/15 18:45:07 tommyfranken
|
||||||
*** empty log message ***
|
*** empty log message ***
|
||||||
|
|
||||||
|
@ -622,7 +625,7 @@ void DrawWire()
|
||||||
void DrawBBox(ColorMode cm)
|
void DrawBBox(ColorMode cm)
|
||||||
{
|
{
|
||||||
if(cm==CMPerMesh) glColor(m->C());
|
if(cm==CMPerMesh) glColor(m->C());
|
||||||
// glBoxWire(m->bbox);
|
glBoxWire(m->bbox);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue