update
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
-- @name koptilnya/mesh_loader/builder
|
||||
-- @include sv_builder.txt
|
||||
-- @include cl_builder.txt
|
||||
-- @include /koptilnya/libs/perma.txt
|
||||
--@name koptilnya/mesh_loader/builder
|
||||
--@include sv_builder.txt
|
||||
--@include cl_builder.txt
|
||||
--@include /koptilnya/libs/perma.txt
|
||||
--@shared
|
||||
|
||||
require("/koptilnya/libs/perma.txt")
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
-- @name koptilnya/mesh_loader/cl_builder
|
||||
-- @client
|
||||
-- @include /koptilnya/libs/table.txt
|
||||
-- @include obj_parser.txt
|
||||
-- @include /koptilnya/libs/utils.txt
|
||||
-- @include /koptilnya/libs/constants.txt
|
||||
--@name koptilnya/mesh_loader/cl_builder
|
||||
--@client
|
||||
--@include /koptilnya/libs/table.txt
|
||||
--@include obj_parser.txt
|
||||
--@include /koptilnya/libs/utils.txt
|
||||
--@include /koptilnya/libs/constants.txt
|
||||
require("/koptilnya/libs/table.txt")
|
||||
require("obj_parser.txt")
|
||||
require("/koptilnya/libs/utils.txt")
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
-- @name koptilnya/mesh_loader/obj_parser
|
||||
-- @client
|
||||
-- @include /koptilnya/libs/workers.txt
|
||||
--@name koptilnya/mesh_loader/obj_parser
|
||||
--@client
|
||||
--@include /koptilnya/libs/workers.txt
|
||||
require("/koptilnya/libs/workers.txt")
|
||||
|
||||
ObjParser = class("ObjParser")
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
-- @name koptilnya/mesh_loader/sv_builder
|
||||
-- @server
|
||||
-- @include /koptilnya/libs/workers.txt
|
||||
--@name koptilnya/mesh_loader/sv_builder
|
||||
--@server
|
||||
--@include /koptilnya/libs/workers.txt
|
||||
require("/koptilnya/libs/workers.txt")
|
||||
|
||||
local TIMEOUT = 4
|
||||
|
||||
Reference in New Issue
Block a user