changes to lighting api and reworking build process for packages

This commit is contained in:
benfry
2005-04-12 20:19:30 +00:00
parent 96c41467bb
commit c239b284ae
14 changed files with 556 additions and 552 deletions

View File

@@ -305,6 +305,17 @@ public interface PMethods {
public void lights();
public PLight createAmbient();
public PLight createDiffuse();
public PLight createSpecular();
public PLight createSpotlight();
public void light(myLight);
public void noLights();
public void light(int num, float x, float y, float z,