Changes between Version 3 and Version 4 of PluginMenu


Ignore:
Timestamp:
Nov 19, 2012, 4:59:03 PM (12 years ago)
Author:
alassane
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PluginMenu

    v3 v4  
    77'''Using Factories'''
    88
     9Beside Plugins, Factories can be added to Morphanalyser for personalized tasks. Factories are added in the same way than Plugins. If the selected jar contains one or more classes implementing a particular Factory, a new selectable factory is added in the Plugins menu ( in Factores submenu).
     10
     11Morphanalyser uses Factories to specify the way that the 3D objects are loaded and rendered. The default Factory (installed by default) is DefaultObjectGeometryFactory. It makes Morphanalyser load a geometry and render it with only one texture which is supposed to be in the same directory than the object and having the same base name (for example, if we want to open an object whose name is "face.obj", its corresponding texture must be located in the same directory, with the name "face.jpg" or "face.bmp").
    912
    1013'''Writing Batchable and Plugin classes'''