In JavaScript, you don’t have Integer and Float types. You just have ‘Numbers’. Which are double precision floating point values, I believe. I don’t think model scale or scene size is related to performance per se. It’s more a question of precision. As numbers get very large, floating point rounding errors can creep in and you start to notice problem.