A library (macOS, iOS) that converts the files supported by Assimp to Scene Kit scenes.
BSD 3-Clause "New" or "Revised" License
477
stars
54
forks
source link
Thread 1: EXC_BAD_ACCESS standard C memory issue fix #97
Closed
eugenebokhan closed 6 years ago
@eugenebokhan Thanks for your PR. However, this does not seem to be a valid fix.
What is the purpose of nVerticesData, it is used in the
DLog
which is just a debug log statement, enabled here.It seems to be an issue with
nVertices
being not computed correctly infindNumVerticesInNode:inScene:
.If you supply a file that reproduces the problem, I can debug and find the actual fix.