Liking cljdoc? Tell your friends :D

threeagent.impl.threejs


add-child!cljs

(add-child! parent child)

arrow-helpercljs

(arrow-helper dir origin length)

box-geometrycljs

(box-geometry x y z)

colorcljs

(color s)
(color r g b)

directional-lightcljs

(directional-light c i)

eulercljs

(euler x y z)

euler->vectorcljs

(euler->vector e)

groupcljs

(group)

hemisphere-lightcljs

(hemisphere-light sky-color ground-color intensity)

meshcljs

(mesh geo mat)

mesh-basic-materialcljs

(mesh-basic-material c)

mesh-phong-materialcljs

(mesh-phong-material c)

objectcljs

(object)

perspective-cameracljs

(perspective-camera fov aspect near far)

plane-geometrycljs

(plane-geometry width height segments-width segments-height)

point-lightcljs

(point-light c i d)

raycastercljs

(raycaster origin dir near far)

remove-all-children!cljs

(remove-all-children! parent)

remove-child!cljs

(remove-child! parent child)

rotation->directioncljs

(rotation->direction obj)

set-cast-shadow!cljs

(set-cast-shadow! obj ?true)

set-position!cljs

(set-position! obj [x y z])

set-receive-shadow!cljs

(set-receive-shadow! obj ?true)

set-rotation!cljs

(set-rotation! obj [x y z])

set-scale!cljs

(set-scale! obj [x y z])

sphere-geometrycljs

(sphere-geometry radius width-seg height-seg)

text-geometrycljs

(text-geometry text cfg)

vec3cljs

(vec3)
(vec3 [x y z])
(vec3 x y z)

vec3->vectorcljs

(vec3->vector v)

world-positioncljs

(world-position obj)

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

× close