Liking cljdoc? Tell your friends :D
ClojureScript only.

mathbox.primitives.view.view


Viewcljs

Adjust view range

:classes [] (string array) - Custom classes, e.g. [\"big\"] :id null (nullable string) - Unique ID, e.g. \"sampler\" :pass \"view\" (vertexPass) - Vertex pass (data, view, world, eye) :range [[-1, 1], [-1, 1], [-1, 1], [-1, 1]] (array vec2) - 4D range in view :visible true (bool) - Visibility for rendering

*Adjust view range*

:classes `[]` (string array) - Custom classes, e.g. `[\"big\"]`
:id `null` (nullable string) - Unique ID, e.g. `\"sampler\"`
:pass `\"view\"` (vertexPass) - Vertex pass (data, view, world, eye)
:range `[[-1, 1], [-1, 1], [-1, 1], [-1, 1]]` (array vec2) - 4D range in view
:visible `true` (bool) - Visibility for rendering
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close