misc...
	* CSG Tool
	* fix: texbro: blured stipple with green and red borders
This commit is contained in:
Garux
2017-08-01 14:26:18 +03:00
parent 6592d65469
commit 7ca59bef0a
13 changed files with 618 additions and 64 deletions

View File

@@ -22,10 +22,10 @@
#if !defined( INCLUDED_CSG_H )
#define INCLUDED_CSG_H
void CSG_MakeHollow( void );
void CSG_MakeRoom( void );
void CSG_Subtract( void );
void CSG_Merge( void );
void CSG_Tool( void );
namespace scene
{