Searched refs:identityMatrix (Results 1 – 1 of 1) sorted by relevance
219 private float[] scaleValues(float[] identityMatrix, float[] nightValues, float amount) { in scaleValues() argument220 float[] values = new float[identityMatrix.length]; in scaleValues()222 values[i] = MathUtils.lerp(identityMatrix[i], nightValues[i], amount); in scaleValues()