mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-05 16:27:27 +00:00
ObjLoading/ObjWriting: Initial skeleton for loading and writing obj files
This commit is contained in:
@@ -31,9 +31,11 @@ function Unlinker:project()
|
||||
self:include()
|
||||
Utils:include()
|
||||
ZoneLoading:include()
|
||||
ObjLoading:include()
|
||||
ObjWriting:include()
|
||||
|
||||
Utils:link()
|
||||
ZoneLoading:link()
|
||||
ObjLoading:link()
|
||||
ObjWriting:link()
|
||||
end
|
||||
|
Reference in New Issue
Block a user