Python Script Engine
7.2
GL Studio Editor Python Script API
|
Public Member Functions | |
Group * | Import (String filename, Document doc, bool reposition, bool enableLighting, float scale) |
Static Public Member Functions | |
static GlsOBJImporter & | GetInstance (void) |
Plug-in used to import OBJ files into GL Studio.
|
static |
Group* GlsOBJImporter::Import | ( | String | filename, |
Document | doc, | ||
bool | reposition, | ||
bool | enableLighting, | ||
float | scale | ||
) |
Imports a OBJ file using the OBJ Importer.
filename | Name of the file to import |
doc | Document into which the file should be imported |
reposition | Flag to determine if the imported objects should be repositioned |
enableLighting | Flag to determine if lighting should be enabled |
scale | Scale to be applied to the newly imported objects |
CEIException |