mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-13 00:08:26 -05:00
ObjLoading/ObjWriting: Initial skeleton for loading and writing obj files
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
ObjWriting = {}
|
||||
|
||||
function ObjWriting:include()
|
||||
ObjCommon:include()
|
||||
ZoneCommon:include()
|
||||
includedirs {
|
||||
path.join(ProjectFolder(), "ObjWriting")
|
||||
@ -9,7 +10,10 @@ end
|
||||
|
||||
function ObjWriting:link()
|
||||
Utils:link()
|
||||
ObjCommon:link()
|
||||
ZoneCommon:link()
|
||||
minilzo:link()
|
||||
minizip:link()
|
||||
links {
|
||||
"ObjWriting"
|
||||
}
|
||||
@ -41,4 +45,6 @@ function ObjWriting:project()
|
||||
|
||||
self:include()
|
||||
Utils:include()
|
||||
minilzo:include()
|
||||
minizip:include()
|
||||
end
|
||||
|
Reference in New Issue
Block a user