Project

General

Profile

Scol standard library package  0.3.1
Common and usefull functions for all Scol applications
The library : 3d loader API

Functions

 b3d_load ()
 Load the 3d basic library and its all dependancies. This loading is unsafe but faster.
 b3d_loadOnly ()
 Load the 3d basic library only (without its dependancies). This loading is unsafe but faster.
 b3d_loadOnlySafe ()
 Load the 3d basic library only (without its dependancies). This loading is safe but slower.
 b3d_loadSafe ()
 Load the 3d basic library and its all dependancies. This loading is safe but slower.

Detailed Description

To load safely or not all the 3d basic library with -or not- its all dependancies Package to load : lib/3d/3dbaseload.pkg

Function Documentation

b3d_load ( )

Load the 3d basic library and its all dependancies. This loading is unsafe but faster.

Prototype : fun [] S

Returns
I : nil if success, the name of the first uncorrect package if error
b3d_loadSafe ( )

Load the 3d basic library and its all dependancies. This loading is safe but slower.

Prototype : fun [] S

Returns
I : nil if success, the name of the first uncorrect package if error.
b3d_loadOnly ( )

Load the 3d basic library only (without its dependancies). This loading is unsafe but faster.

Prototype : fun [] S

Returns
I : nil if success, the name of the first uncorrect package if error.
b3d_loadOnlySafe ( )

Load the 3d basic library only (without its dependancies). This loading is safe but slower.

Prototype : fun [] S

Returns
I : nil if success, the name of the first uncorrect package if error.