Changes between Version 3 and Version 4 of Processing/lagdevelopersfaq


Ignore:
Timestamp:
Jul 2, 2012, 1:29:06 PM (12 years ago)
Author:
jaho
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/lagdevelopersfaq

    v3 v4  
    11= LAG Developers FAQ =
    2 [#q1 Question 1] \\
    3 [#q2 Question 2] \\
    4 [#q3 Question 3] \\
    5 [#q4 Question 4] \\
    6 [#q5 Question 5] \\
     2[#q1 What is LAG?] \\
     3[#q5 Why is LAG's code so messy?] \\
     4[#q5 How can I make it better?] \\
     5[#q2 What are major components of LAG?] \\
     6[#q2 How do I edit the GUI?] \\
     7[#q3 What are LAS files?] \\
     8[#q5 What is laslib?] \\
     9[#q4 How does Quadtree work?] \\
     10[#q5 How does Cacheminder work?] \\
     11[#q5 How does loading of files work?] \\
     12[#q5 How does saving of files work?] \\
     13[#q5 How does rendering work?] \\
     14[#q5 What about the LASsaver and LASloader in the quadtree?] \\
     15[#q5 What are some major issues with LAG that need work?] \\
     16[#q5 What are some additional features that can be added to LAG?] \\
     17[#q5 Question X?] \\
    718
    8 == Question 1 [=#q1] ==
     19== What is LAG [=#q1] ==
    920
    1021The following guide provides an overview of LAG features and offers some hints on how to utilize them for the best processing efficiency. Some of these are just convenient methods of doing things while other can offer a significant performance improvement. Most of the values discussed below have been set up for optimal performance by default, however different data sets and tasks can benefit from different configurations.