Bug 1240 : Reference that comes with software is missing some Transform & Lights, Camera functions
Last modified: 2009-10-19 09:41




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

Reporter:
hype1
Assigned To:
REAS

Attachment Type Created Size Actions

Description:   Opened: 2009-05-06 01:18
There are some things missing in the reference that comes with the
Processing software.

Processing 1.0.1:

Transform

pushMatrix()
scale()
popMatrix()
translate()
rotate()

Website reference:

Transform

applyMatrix()
popMatrix()
printMatrix()
pushMatrix()
resetMatrix()
rotate()
rotateX()
rotateY()
rotateZ()
scale()
translate()

Lights, Camera

Lights

ambientLight()
directionalLight()
lightFalloff()
lightSpecular()
lights()
noLights()
normal()
pointLight()
spotLight()
Camera
beginCamera()
camera()
endCamera()
frustum()
ortho()
perspective()
printCamera()
printProjection()

Coordinates

modelX()
modelY()
modelZ()
screenX()
screenY()
screenZ()

Material Properties

ambient()
emissive()
shininess()
specular()
Additional Comment #1 From REAS 2009-10-19 09:41
I missed this bug when it first came in, but it's fixed now. Thanks for
calling it to our attention.