- 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:
@@ -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 );
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user