package picasso

  1. Overview
  2. Docs

Module Picasso.Rendering3dSource

Module for 3D model generation of abstract elements

Sourcetype t

Type of 3D scenes

Sourceval create : abciss:string -> ordinate:string -> height:string -> unit -> t

Initalizes an empty 3D scenes.

Sourceval add : t -> Drawable.t -> t

Registers an abstract element into a scene

Sourceval add_l : t -> Drawable.t list -> t

Registers a list of element into a scene. add_l r l is equivalent to calling add successively on the elements of l

OCaml

Innovation. Community. Security.