Default 3D plane boundaries

Hello!

What are maximum values possible for X, Y and Z coordinates in babylon js 3d plane?

I’m only beginning to learn babylon js, thank you for your help.

Hello and welcome!

There is no limit per se. Just the Number.MAXVALUE

Thank you!