Sie sind nicht angemeldet.

1

Freitag, 29. April 2011, 12:26

Misc plugin; for loops and more

I have added a new plugin to the fov_plugins package, which I hope will eventually become obsolete. It adds some missing scripting functionality to krpano, which does not immediately fit in with any of the other plugins. In my opinion, these functionalities are essential for krpano, so I hope they will eventually find their way into krpano itself.
http://fieldofview.github.com/krpano_fov…isc/plugin.html

Currently the plugin adds a for-loop and an absolute value method. Other methods may be added to the plugin as needed.

2

Montag, 9. Mai 2011, 13:43

I have added two more methods to the misc plugin: min (returns the lowest of the supplied values) and max (returns the highest of the supplied values).

See the documentation here:
http://fieldofview.github.com/krpano_fov…isc/plugin.html

3

Freitag, 20. Mai 2011, 22:40

This plugin has been deprecated by krpano 1.0.8.14rc3, which contains all the functionality that this plugin offers (awesome!):
http://krpano.com/download/beta/#2011-05-20

The plugin will be "recycled" when I implement new methods that I miss in krpano itself.