viewing in all directions
Posted: 23.06.2007, 16:48
Maybe this should be in the Addons section?
I've written a .CELX script which displays what can be seen in all six directions around the viewpoint.
It's by no means the best possible implementation, but at least it works!
The script asks you if it should display the surroundings using either 6 or 9 panes. 6 panes run faster, but 9 make it clearer which pane is displaying which viewpoint direction.
(This is an example of a script which needs to be able to specify which "view" is to be the "active" one. When splitting viewpanes, the active view is always the bottom-most, left-most pane. This script works best if the active view is the center pane.)
http://www.lepp.cornell.edu/~seb/celest ... 6view.celx
Here is how it looks with 9 panes and with the Celestial grid enabled (another option it asks you about) so you can verify it's doing the right thing.
I've written a .CELX script which displays what can be seen in all six directions around the viewpoint.
It's by no means the best possible implementation, but at least it works!
The script asks you if it should display the surroundings using either 6 or 9 panes. 6 panes run faster, but 9 make it clearer which pane is displaying which viewpoint direction.
(This is an example of a script which needs to be able to specify which "view" is to be the "active" one. When splitting viewpanes, the active view is always the bottom-most, left-most pane. This script works best if the active view is the center pane.)
http://www.lepp.cornell.edu/~seb/celest ... 6view.celx
Here is how it looks with 9 panes and with the Celestial grid enabled (another option it asks you about) so you can verify it's doing the right thing.