Hello, the title sez it all. I will be offline for a while and continue learning aspects of babylonJS so having at least the API reference at hand would be quite nice. Can I find that somewhere or d i need to use a kind of Website downloader?
Thanks!
I think the only way is to fork the repo and download it locally, then use grunt and you have it.
You’ll find infos here: Improve Documentation - Babylon.js Documentation
Pro-tip: instead of grunt serve, use grunt serve -o and it will open directly in your browser
grunt serve
grunt serve -o
Ah, Ok. Thanks a lot.