- popup menu now aborts by default

- changed directory/prefix input (only 1 string instead of two, more similar to render output settings now)
- changed reading/writing of surface files
- slightly enhanced surface smoothness
This commit is contained in:
2005-11-09 07:56:26 +00:00
parent 564b629013
commit e3f681da67
15 changed files with 400 additions and 355 deletions

View File

@@ -406,8 +406,9 @@ void LbmSolverInterface::initGeoTree(int id) {
if(mpGiTree != NULL) delete mpGiTree;
char treeFlag = (1<<(mGeoInitId+4));
mpGiTree = new ntlTree( 20, 4, // warning - fixed values for depth & maxtriangles here...
scene, treeFlag );
mpGiTree = new ntlTree(
15, 8, // warning - fixed values for depth & maxtriangles here...
scene, treeFlag );
}
/*****************************************************************************/