View Source Zenic.Renderable protocol (Zenic v0.1.0)
Summary
Types
@type spec() :: {center :: Zenic.Math.Vector3.t(), module :: atom(), data :: term(), options :: keyword()}
@type t() :: term()
All the types that implement this protocol.
Functions
@spec to_specs( element :: t(), camera :: Zenic.Camera.t(), transforms :: [Zenic.Transform.t()] ) :: [ spec() ]