Changes between Version 2 and Version 3 of Processing/laguserguide
- Timestamp:
- Apr 3, 2012, 6:29:12 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/laguserguide
v2 v3 1 1 = LAG User Guide [draft] = 2 2 3 The following guide provides an overview of some of the LAG features and offers hints on how to utilize them for the best processing speed. Some of these are just convenient methods of doing things while other can offer a significant performance boost when used properly. Most of the values discussed below have been set up for the optimal performance by default, however different data sets and tasks can benefit from different configurations.3 The following guide provides an overview of some of the LAG features and offers hints on how to utilize them for the best processing speed. Some of these are just convenient methods of doing things while other can offer a significant performance boost. Most of the values discussed below have been set up for the optimal performance by default, however different data sets and tasks can benefit from different configurations. 4 4 5 5 == System Configuration == … … 8 8 9 9 == Opening Files == 10 11 [[Image(fileopener.png,align=center)]] 12 {{{ 13 #!div style="font-size: 80%; text-align: center" 14 File opener dialog. 15 }}} 10 16 11 17 There are following options on the file opener dialog: … … 35 41 Z - refresh 36 42 SPACE - loads currently selected profile into profile window 43 44 [[Image(advopts.png,align=center)]] 45 {{{ 46 #!div style="font-size: 80%; text-align: center" 47 Advanced options dialog. 48 }}} 49 37 50 * Full refresh when panning 38 51 By default, when panning, rendered buckets are automatically refreshed every time a mouse button is released which may sometimes be slow. To disable this behaviour you can uncheck //Full refresh when panning// button in advanced options. This will make moving the camera much faster, but you'll have to manually refresh the view (by pressing Z) once you set the desired perspective.