EgtExecutor :
- modifica della funzione per l'estrazione dei loop aperti di una superficie di Bezier.
This commit is contained in:
@@ -969,8 +969,6 @@ LuaCreateSurfBezierTria2D( lua_State* L)
|
||||
return 2 ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
static int
|
||||
LuaCreateBezierSphere( lua_State* L)
|
||||
@@ -999,6 +997,13 @@ LuaCreateBezierSphere( lua_State* L)
|
||||
return 2 ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
static int
|
||||
LuaCreateSurfTmFromSurfBz( lua_State* L)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
bool
|
||||
LuaInstallGdbCreateSurf( LuaMgr& luaMgr)
|
||||
|
||||
Reference in New Issue
Block a user