Changes between Version 9 and Version 10 of PtolemyCreatePluginDataLoad

Show
Ignore:
Timestamp:
01/07/09 08:46:11 (20 months ago)
Author:
antonio (IP: 89.131.54.194)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PtolemyCreatePluginDataLoad

    v9 v10  
    11= Load data in your plugins = 
    22 
    3 Once you now the [wiki:PtolemyCreatePlugin basics to create a plugin], here we explain how you can load data in your plugins. 
     3Once you now the [wiki:PtolemyPluginCreate basics to create a plugin], here we explain how you can load data in your plugins. 
    44 
    55For convention and improvement, data can't be loaded in the rendering loop. This way if you load a big file the whole viewer will remain freeze until all data be read. 
     
    118118}}} 
    119119 
    120 [[Image(iconplugin.png)]] 
     120[[Image(iconplugin.jpg)]] 
    121121 
    122122== Special considerations ==