We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Green
[:rgba 0.42 0.33333333333333333333333 1.0 0.5]
(defn normal-abs-rgb [] (fn [mesh] (let [fc (fn [mesh face] (let [[r g b] (mapv mu/abs (mf/normal face)) alpha 1.0] [r g b alpha]))] [mesh fc])))