rename COORD_MULTIPLIER to COORD_SCALE

This commit is contained in:
Hannes Janetzek
2013-03-09 12:25:09 +01:00
parent b3b392bdb8
commit c0a08c11c8
11 changed files with 62 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ import android.graphics.Paint.Cap;
* @author Hannes Janetzek
*/
public final class LineLayer extends Layer {
private static final float COORD_SCALE = GLRenderer.COORD_MULTIPLIER;
private static final float COORD_SCALE = GLRenderer.COORD_SCALE;
// scale factor mapping extrusion vector to short values
public static final float DIR_SCALE = 2048;
// mask for packing last two bits of extrusion vector with texture