|  | Python Script Engine
    8.3
    GL Studio Editor Python Script API | 
| Public Member Functions | |
| Group * | Import (str filename, Document doc, bool reposition, bool enableLighting, float scale) | 
| Static Public Member Functions | |
| static GlsOBJImporter & | GetInstance () | 
Plug-in used to import OBJ files into GL Studio.
| 
 | static | 
| Group * GlsOBJImporter::Import | ( | str | 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 |