Ok, I see you included me proper files.
I compared the tiles using Notepad++ and I see only two issues:
1. Vdb removed. It shouldn't crash RR.
2. JNodePosn missing tile values, I think here might be the problem.
JNodePosn ( nan 2.01283e-41 -227.915 10.0021 745.239 )
Should be:
JNodePosn ( -10968 14364 -232.143 10.0021 747.88 )
Fixed in v0.655.
Originally posted by Vince
View Post
1. Vdb removed. It shouldn't crash RR.
2. JNodePosn missing tile values, I think here might be the problem.
JNodePosn ( nan 2.01283e-41 -227.915 10.0021 745.239 )
Should be:
JNodePosn ( -10968 14364 -232.143 10.0021 747.88 )
Fixed in v0.655.
Comment