Skip to content

Commit c09a4f0

Browse files
committed
update Readme.md for next release
1 parent 53b6dc6 commit c09a4f0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Improved CameraControl CameraScript
1+
Improved CameraControl (CameraScript)
22
=====================================================================
3+
_Version 2.5 (Script 2.60)_
34
Aims
45
----
56
bugfixes, general improvements, new features
@@ -16,7 +17,7 @@ Comparison
1617
***|CameraControl HUD|Firestorm Phototools camera -- Advanced phototools camera controls|Black Dragon Viewer
1718
:-----------------:|-------------------|-------------------|-------------------
1819
_Speed_|slow, depending on server load and lag even slower|fast|fast
19-
_Script count_|1 (one), currently around 40kB - needs to use workaround for noscript areas (e.g. another script - [vitality](http://wiki.secondlife.com/wiki/Script_Vitality_plug-in) (1 script, reports 64kB, uses less)|none, Firestrom function, works everywhere - same as FS AO| none, Black Dragon function
20+
_Script count_|1 (one), currently around 50kB - needs to use workaround for noscript areas (e.g. another script - [vitality](http://wiki.secondlife.com/wiki/Script_Vitality_plug-in) (1 script, reports 64kB, uses less)|none, Firestrom function, works everywhere - same as FS AO| none, Black Dragon function
2021
_Interface_|small HUD, gesture support (__use of hotkeys__)|big popup (way to big to keep open all the time), many preferences (Firestorm settings)|small camera UI
2122
_Saved positions_|4 (four) resetting on region change (e.g. teleport), persisting relog if region is not changed (login to last location)|1 (one), persisting relog _added in Firestorm 4.6.1_|??? need to check
2223
_Setting up perspectives_|useful presets (right/left shoulder) - for further changes edit those in script (nasty)| 3 (three) - if 'rear view' is not good enough you need to use/change debug settings, as described in [Penny Patton's blog entry](http://pennycow.blogspot.de/2011/07/matter-of-perspective.html), [more detailed by Ciaran Laval](http://sl.governormarley.com/?p=483) or [modified by Mona Eberhardt](https://monaeberhardt.wordpress.com/2014/02/10/revisiting-the-issue-of-camera-placement/)|five slots for presets, adjustable via sliders
@@ -37,11 +38,16 @@ Basically the HUD is constructed like this
3738
- Original HUD: Hidden/Invisible root prim holding main script, long CameraControl prim below holding a Button script to communicate via linked_message
3839
- Enhanced HUD:
3940
- Hidden/invisible root prim holding main script, vitality script, gestures to put into inventory for activation
40-
- below: long CameraControl prim, without scripts (link number = root +1)
41+
- below: broad CameraControl prim, without scripts (link number = root +1)
4142
- right sided: Kill Button prim (link number = root +2)
4243
- below: four Buttons for camera postions, each one prim
4344

44-
Gestures are not all found in this repo
45+
Gestures are not all found in this repo
46+
- currently using 5:
47+
- switch between saved camera positions
48+
- switch back to default view
49+
- 2 * cycle trough camera perspective presets
50+
- toggle distance/on/off
4551

4652

4753

0 commit comments

Comments
 (0)