d4157b3cdaFlyControls improvement suggested by @WestLangley in #2992.
пре 12 година
Mr.doob
b062fee866Removed Vector* add() to addVectors() and addSelf() to add(). Same with sub, cross, min, max, lerp... Renamed Matrix* and Quaternion multiply() to multiplyMatrices(), multiplyQuaternions() and multiplySelf() to multiply(). See #2860.