#toxi.three - THREE.js support
The utilities found within toxi.three are simplified strategies for working between Toxiclibs.js and THREE.js types. The modules found in this package are native to javascript and toxiclibs.js.
##Convert toxi objects to THREE types
###toColor( tcolor, [color] ):THREE.Color
- tcolor the
toxi.color.TColorto convert to aTHREE.Color