package picasso

  1. Overview
  2. Docs
Abstract elements drawing library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.4.tar.gz
md5=d6028ccae6933bf903f34137c335f5ce
sha512=d8adf3324a27f016d0f6a08ff4afa714185c31e6dcf176e36053564c5e66e3cb734115e11ce6b68a7ed118291ef47f108efea3e3a2272e35b946661ea88e5eff

doc/picasso/Picasso/Rendering3d/index.html

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 -> (Colors.t * Drawable.t) -> t

Registers an abstract element into a scene

Sourceval add_l : t -> (Colors.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