Further Reading
The BJS documentation site contains an enormous wealth of knowledge and content. Here are some relevant pages from the docs that go into more detail on the topics covered in this chapter:
- Once you’ve gotten how to do individual Animations, read about Animation sequencing, grouping, and combining, starting at https://doc.babylonjs.com/divingDeeper/animation/sequenceAnimations.
- Learn about importing different files types of assets into a scene and how loaders work at https://doc.babylonjs.com/divingDeeper/importers/loadingFileTypes.
- The Diving Deeper: The Mesh section has details on how the GlowLayer works at https://doc.babylonjs.com/divingDeeper/mesh/glowLayer.
- For details on the different types of cameras and their properties, see https://doc.babylonjs.com/divingDeeper/cameras/camera_introduction. Something that is worth mentioning is that whenever you see the docs mention
FreeCamera
,TouchCamera
, orGamepadCamera
, you should instead substitute...