Java 类org.lwjgl.test.opengles.util.Geometry 实例源码

项目:Wolf_game    文件:Gears.java   
Gear(final Geometry geom, final float[] color) {
    this.geom = geom;
    this.color = color;
}
项目:GPVM    文件:Gears.java   
Gear(final Geometry geom, final float[] color) {
    this.geom = geom;
    this.color = color;
}
项目:GPVM    文件:Gears.java   
Gear(final Geometry geom, final float[] color) {
    this.geom = geom;
    this.color = color;
}
项目:SpaceStationAlpha    文件:Gears.java   
Gear(final Geometry geom, final float[] color) {
    this.geom = geom;
    this.color = color;
}
项目:TeacherSmash    文件:Gears.java   
Gear(final Geometry geom, final float[] color) {
    this.geom = geom;
    this.color = color;
}
项目:3d-Demo    文件:Gears.java   
Gear(final Geometry geom, final float[] color) {
    this.geom = geom;
    this.color = color;
}