Changes between Version 4 and Version 5 of PluginMenu


Ignore:
Timestamp:
Nov 19, 2012, 5:01:05 PM (12 years ago)
Author:
alassane
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PluginMenu

    v4 v5  
    99Beside 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).
    1010
    11 Morphanalyser 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").
     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").
     12
     13There is another loading and rendering Factory
    1214
    1315'''Writing Batchable and Plugin classes'''