Module
P5.LightsAndCamera.Lights
- Package
- purescript-p5
- Repository
- parenparen/purescript-p5
#ambientLight5 Source
#directionalLight2 Source
#directionalLight3 Source
directionalLight3 :: P5 -> ArrayNumberOrStringOrColor -> Number -> Number -> Number -> (Effect Unit)
#pointLight Source
pointLight :: P5 -> ArrayNumberOrStringOrColor -> Vector -> (Effect Unit)
#pointLight3 Source
pointLight3 :: P5 -> ArrayNumberOrStringOrColor -> Number -> Number -> Number -> (Effect Unit)
- Modules
- P5
- P5.
Color - P5.
Color. CreatingAndReading - P5.
Color. Setting - P5.
Data - P5.
Data. Conversion - P5.
Data. Dictionary - P5.
Data. StringFunctions - P5.
Environment - P5.
Events - P5.
Events. Acceleration - P5.
Events. Keyboard - P5.
Events. Mouse - P5.
Events. Touch - P5.
IO - P5.
IO. Input - P5.
IO. Output - P5.
IO. TimeAndDate - P5.
Image - P5.
Image. LoadingAndDisplaying - P5.
Image. Pixels - P5.
LightsAndCamera - P5.
LightsAndCamera. Camera - P5.
LightsAndCamera. Interaction - P5.
LightsAndCamera. Lights - P5.
LightsAndCamera. Material - P5.
Math - P5.
Math. Calculation - P5.
Math. Noise - P5.
Math. Random - P5.
Math. Trigonometry - P5.
Rendering - P5.
Shape - P5.
Shape. Attributes - P5.
Shape. Curves - P5.
Shape. ThreeDModels - P5.
Shape. ThreeDPrimitives - P5.
Shape. TwoDPrimitives - P5.
Shape. Vertex - P5.
Structure - P5.
Transform - P5.
Types - P5.
Types. Color - P5.
Types. Image - P5.
Typography - P5.
Typography. Attributes - P5.
Typography. LoadingAndDisplaying