com.github.dabasan.joglf.gl.model.FlipVOption Maven / Gradle / Ivy
package com.github.dabasan.joglf.gl.model;
/**
* Options for flip of texture v-coordinate
*
* MUST_FLIP_VERTICALLY flips v-coordinate only if getMustFlipVertically() of
* the underlying JOGL Texture instance returns true.
*
* @author Daba
*
*/
public enum FlipVOption {
NONE, MUST_FLIP_VERTICALLY, ALL
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy