com.daxie.xops.bd1.BD1Block Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xopsmanipulator Show documentation
Show all versions of xopsmanipulator Show documentation
XOPSManipulator is a Java library that offers several functions to manipulate matters relating to X operations.
The newest version!
package com.daxie.xops.bd1;
import com.daxie.basis.vector.Vector;
import com.daxie.basis.vector.VectorFunctions;
/**
* A block contained in the BD1 format.
* @author Daba
*
*/
public class BD1Block {
private Vector[] vertex_positions;
private float[] us;
private float[] vs;
private int[] texture_ids;
private boolean enabled_flag;
public BD1Block() {
vertex_positions=new Vector[8];
us=new float[24];
vs=new float[24];
texture_ids=new int[6];
for(int i=0;i
© 2015 - 2025 Weber Informatics LLC | Privacy Policy