qt5base-lts/examples/opengl/legacy/pbuffers2
Edward Welbourne 29af390e3f Clean up some arithmetic code in an example
The square root of a sum of squares is easier to read and should be
computed more accurately if done for us by hypot().  Variables set
only once should be set as an initializer and declared const, to make
clear this is what's happening.  Loop variables can be local to loops.
Adding a value to, or subtracting one from, a multiple of itself just
multiplies it be one plus (or minus) the multiplier; assigning the
result to the same variable is clearer as a *= (especially when the
factors are now overt numeric constants).  An array of 16k floats all
updated in locksteck to the same value can be replaced by a single
float that holds that value.  Simple things should not be needlessly
made more complicated - especially in example code, which should be
pedagogic.

Change-Id: Idab585cd7df1399c250d4b9f1396a085ae8f3864
Reviewed-by: hjk <hjk@qt.io>
2017-07-14 13:36:46 +00:00
..
bubbles.svg Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
designer.png Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
glwidget.cpp Clean up some arithmetic code in an example 2017-07-14 13:36:46 +00:00
glwidget.h Unify license header usage. 2016-03-29 10:20:03 +00:00
main.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
pbuffers2.pro Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
pbuffers2.qrc Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00