mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
changes to lighting api and reworking build process for packages
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user