예제 #1
0
파일: Road.java 프로젝트: kendzi/kendzi3d
 @Override
 public void draw(GL2 pGl, Camera pCamera) {
   // FIXME object is not in local coordinates!
   modelRender.render(pGl, model);
 }