Changes between Version 9 and Version 10 of PtolemyCreatePluginDataLoad
- Timestamp:
- 01/07/09 08:46:11 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PtolemyCreatePluginDataLoad
v9 v10 1 1 = Load data in your plugins = 2 2 3 Once you now the [wiki:Ptolemy CreatePluginbasics to create a plugin], here we explain how you can load data in your plugins.3 Once you now the [wiki:PtolemyPluginCreate basics to create a plugin], here we explain how you can load data in your plugins. 4 4 5 5 For 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. … … 118 118 }}} 119 119 120 [[Image(iconplugin. png)]]120 [[Image(iconplugin.jpg)]] 121 121 122 122 == Special considerations ==
