package irrlicht

  1. Overview
  2. Docs
type t = {
  1. color : int Irr_core.color;
  2. normal : Irr_core.vector3df;
  3. pos : Irr_core.vector3df;
  4. t_coords : float * float;
}