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

com.daxie.joglf.gl.model.loader.bd1.BD1Triangle Maven / Gradle / Ivy

There is a newer version: 11.7.0
Show newest version
package com.daxie.joglf.gl.model.loader.bd1;

import com.daxie.joglf.gl.shape.Triangle;

/**
 * Triangle for BD1
 * @author Daba
 *
 */
class BD1Triangle extends Triangle{
	private int texture_id;
	
	public BD1Triangle() {
		texture_id=-1;
	}
	
	public void SetTextureID(int texture_id) {
		this.texture_id=texture_id;
	}
	public int GetTextureID() {
		return texture_id;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy