I've been following babylon for some time now

Hi @NTwired and welcome !

I started with babylonjs about two months ago. To my knowledge there is not necessarily tutorials for what you are looking for, but the documentation is so rich that you will find all the information to get started. Here are some links to start:

  1. cameras:
    https://doc.babylonjs.com/babylon101/cameras
  2. terrain with multi textures (grass, roads, …) :
    https://doc.babylonjs.com/how_to/multi_materials
    https://doc.babylonjs.com/extensions/terrain
  3. some ideas for buildings creation :
    A nice new addon for Blender 2.8+ for creating buildings - #5 by gryff
    Basic Skyscrapers from footprints and Scifi Textures
    Examples from the playground - #582 by HiteshSahu
    https://doc.babylonjs.com/snippets/house_use

And finally, if you want to start with a typescript “ready to use” project, you can take a look at this very helpful project :

4 Likes