Difference between revisions of "User:Substitute541/Love3D"
(→Download: corrected things) |
(→Instructions: fixed again) |
||
Line 7: | Line 7: | ||
== Instructions == | == Instructions == | ||
− | + | # Unzip the .zip file | |
− | + | # If you are using this, put the Love3D.lua in your .love file | |
− | + | # On love.load(), near the end of the function, add | |
<source lang="lua"> | <source lang="lua"> | ||
require "Love3D" | require "Love3D" | ||
Line 15: | Line 15: | ||
love3D.load() | love3D.load() | ||
</source> | </source> | ||
− | + | # That's it(remember to add the variables)! | |
== Function, and Variable Definitions == | == Function, and Variable Definitions == | ||
UNDER CONSTRUCTION. | UNDER CONSTRUCTION. |
Revision as of 07:58, 29 September 2012
This library is still incomplete, you can expect some bugs... |
This is a work-in-progress library. Currently there are 11 functions.
Download
Instructions
- Unzip the .zip file
- If you are using this, put the Love3D.lua in your .love file
- On love.load(), near the end of the function, add
require "Love3D"
love3D.load()
- That's it(remember to add the variables)!
Function, and Variable Definitions
UNDER CONSTRUCTION.