Scol standard library package  0.3.1
Common and usefull functions for all Scol applications
Functions | Variables
base3dload.pkg File Reference

Scol 3D Library - 3D basic loader. This package is a part of basic3d.pkg. More...

Functions

 b3d_load ()
 Load the 3d basic library and its all dependancies. This loading is unsafe but faster. More...
 
 b3d_loader (withDep, flag)
 
 b3d_loader2 (pkgs, flag)
 
 b3d_loadOnly ()
 Load the 3d basic library only (without its dependancies). This loading is unsafe but faster. More...
 
 b3d_loadOnlySafe ()
 Load the 3d basic library only (without its dependancies). This loading is safe but slower. More...
 
 b3d_loadSafe ()
 Load the 3d basic library and its all dependancies. This loading is safe but slower. More...
 

Variables

var b3d_loadPkgsB3D
 
var b3d_loadPkgsDep
 

Detailed Description

Scol 3D Library - 3D basic loader. This package is a part of basic3d.pkg.

Author
Scol team
Version
0.1

Variable Documentation

var b3d_loadPkgsDep
Initial value:
="lib/std/stdlib.pkg" ::
"lib/std/float.pkg" ::
"lib/std/list.pkg" ::
"lib/std/string.pkg" ::
"lib/std/error.pkg" ::
nil
var b3d_loadPkgsB3D
Initial value:
="lib/3d/base3derror.pkg" ::
"lib/3d/base3struct.pkg" ::
"lib/3d/base3d.pkg" ::
nil