glf.Vertex_v4fv4fv4f Maven / Gradle / Ivy
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package glf;
import glm.vec._4.Vec4;
/**
*
* @author GBarbieri
*/
public class Vertex_v4fv4fv4f {
public static final int SIZE = 3 * Vec4.SIZE;
}