Back to Misc PlugITs content page
The "Scene loader" PlugIT allows to load 3D files standard format to a node.
   It can be used by a Drag and Drop or by displaying a file selection dialog box.

Parameters | 
    |
1 | 
      Parent object to link the loaded scene.  | 
    
2 | 
      Maximal size in meter of the loaded scene.  | 
    
3 | 
      If checked, allows the user to load files into the application with a drag and drop  | 
    
Event | 
    |
Loading | 
      Triggered when the scene is currently loading.  | 
    
Downloading | 
      Triggered when the scene is currently downloading from an URL.  | 
    
Loaded | 
      Triggered when the scene finishs to load.  | 
    
Unloaded | 
      Triggered when the scene is unloaded.  | 
    
Error | 
      Triggered when the loading of a scene fails.  | 
    
Action | 
    |
Load | 
      Loads the file in the link parameter or displays a file selection dialog box. | 
Unload | 
      Unloads the last loaded scene. |