All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.dabasan.joglf.gl.model.FlipVOption Maven / Gradle / Ivy

There is a newer version: 11.7.0
Show newest version
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