Scol standard library package
0.3.1
Common and usefull functions for all Scol applications
|
Functions | |
b3d_load () | |
Load the 3d basic library and its all dependancies. This loading is unsafe but faster. More... | |
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... | |
To load safely or not all the 3d basic library with -or not- its all dependancies Package to load : lib/3d/3dbaseload.pkg
b3d_load | ( | ) |
Load the 3d basic library and its all dependancies. This loading is unsafe but faster.
Prototype : fun [] S
b3d_loadSafe | ( | ) |
Load the 3d basic library and its all dependancies. This loading is safe but slower.
Prototype : fun [] S
b3d_loadOnly | ( | ) |
Load the 3d basic library only (without its dependancies). This loading is unsafe but faster.
Prototype : fun [] S
b3d_loadOnlySafe | ( | ) |
Load the 3d basic library only (without its dependancies). This loading is safe but slower.
Prototype : fun [] S