if I pass `models/obj/spider.obj` to: ```fun readF...
# gradle
e
if I pass
models/obj/spider.obj
to:
Copy code
fun readFile(_pFile: String, pFlags: Int = 0): AiScene? {
        if (!Files.exists(Paths.get(_pFile)))
I get exception..