O.K. I'll have to read up on jars a little and get back.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
public class Mouse extends Base implements CollisionListener {
public Mouse(Object3D obj) {
super(obj);
// TODO Auto-generated constructor stub
}
private Object3D colObj;
@Override
public void collision(CollisionEvent event) {
colObj = event.getObject();
// TODO Auto-generated method stub
}
@Override
public boolean requiresPolygonIDs() {
// TODO Auto-generated method stub
return false;
}
public void update()
{ if(colObj != null)System.out.println(colObj.getID());
colObj = null;
}
}
QuoteI am really glad I found this, because now I know how to do multi-buffer streaming of sounds, so thanks for the question, fireside!
Page created in 0.020 seconds with 9 queries.