Back to... GLOBE_3D

Source file : skotknot.ads


-- VRML: [#VRML V1.0 ascii
-- ]
with GLOBE_3D;

package SkotKnot is

  procedure Create(
    object: in out GLOBE_3D.p_Object_3D;
    scale :        GLOBE_3D.Real;
    centre:        GLOBE_3D.Point_3D
  );

end SkotKnot;

GLOBE_3D: Ada library for real-time 3D rendering. Ada programming.