GE Lua Documentation

Press F to search!

compileCollada

Definition


-- @/=[C]:-1
function compileCollada(...)

Callers

@/lua/ge/extensions/util/compileMeshes.lua

            if compileCollada(src, dst, dstData, validateData) ~= 0 then
              log('E', 'work', 'unable to compile file: '..src)
@/lua/ge/extensions/util/worker.lua

  if compileCollada(src, dst, dstData, validateData) == 0 then
    log('I', 'util_worker.compileDae', ' compiled: ' .. tostring(src) .. ' > ' .. tostring(dst))