Difference between revisions of "User:Substitute541/Love3D"
(→Download: corrected things) |
|||
Line 4: | Line 4: | ||
== Download == | == Download == | ||
− | + | [https://dl.dropbox.com/u/105405645/Love2D%20Libraries/The%20Love3D%20Library.zip|The Love3D Library.zip] | |
== Instructions == | == Instructions == |
Revision as of 07:54, 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()
4. That's it(remember to add the variables)!
Function, and Variable Definitions
UNDER CONSTRUCTION.