课程目录:
├── 1 – Introduction BabylonJS Overview
│ ├── 1 – Introduction.mp4
│ ├── 2 – Presentation of BabylonJS.mp4
│ ├── 3 – Engine Scene classes.mp4
│ ├── 4 – Cameras Lights.mp4
│ ├── 5 – Textures Materials.mp4
│ ├── 6 – Physics Particle Systems.mp4
│ └── 7 – Inputs GUI Asset Management.mp4
├── 2 – HideSeek Our first 25D Game
│ ├── 10 – 0-basicSetup.zip
│ ├── 10 – Setup Canvas Window.mp4
│ ├── 11 – assets.zip
│ ├── 11 – Import Assets.mp4
│ ├── 12 – Architecture Gameloop.mp4
│ ├── 13 – 2-gameloop-part2.zip
│ ├── 13 – Setup Start UI.mp4
│ ├── 14 – 3-load-scene.zip
│ ├── 14 – Finish Start UI.mp4
│ ├── 15 – Resize Screen Multi Navigator Display.mp4
│ ├── 16 – 4-Start-screen.zip
│ ├── 16 – Main Menu Setup Change Scene.mp4
│ ├── 17 – Context inside Component Function.mp4
│ ├── 18 – Helper Functions.mp4
│ ├── 19 – Main Menu Buttons.mp4
│ ├── 20 – 5-main-menu-part1.zip
│ ├── 20 – Animated Background with SpriteManager.mp4
│ ├── 21 – Animated Background with SpriteMap.mp4
│ ├── 22 – Animated Background with SpritePackManager.mp4
│ ├── 23 – 6-main-menu-part2.zip
│ ├── 23 – Animated Player Mesh Part1.mp4
│ ├── 24 – Animated Player Mesh Part2.mp4
│ ├── 25 – Follow Camera and Transparency Issues.mp4
│ ├── 26 – 7-main-menu-animation-part3.zip
│ ├── 26 – Solo Menu Title.mp4
│ ├── 27 – Solo Menu UI.mp4
│ ├── 28 – 8-solo-menu.zip
│ ├── 28 – Game Scene preload.mp4
│ ├── 29 – Game Scene Environment.mp4
│ ├── 30 – 9-preload-gamescene.zip
│ ├── 30 – Game Scene Environment Integration.mp4
│ ├── 31 – 10-environment-class.zip
│ ├── 31 – Game Scene Skybox.mp4
│ ├── 32 – Game Scene Particle Effects.mp4
│ ├── 33 – 11-skybox-fog.zip
│ ├── 33 – Game Scene Move Player.mp4
│ ├── 34 – 12-character-movement.zip
│ ├── 34 – Game Scene Animate Player.mp4
│ ├── 35 – 13-character-animation.zip
│ ├── 35 – Invisible Walls.mp4
│ ├── 36 – 14-character-constraints.zip
│ ├── 36 – NPCs Behaviors.mp4
│ ├── 37 – 15-npc.zip
│ ├── 37 – HUD Timer Part 1.mp4
│ ├── 38 – HUD Rabbit Counter Part 2.mp4
│ ├── 39 – UI Pause Menu.mp4
│ ├── 40 – UI Exit Button.mp4
│ ├── 41 – 16-HUD-and-pause-menu.zip
│ ├── 41 – Interaction with NPCs.mp4
│ ├── 42 – Interaction Feedback.mp4
│ ├── 43 – 17-interactions-with-rabbits.zip
│ ├── 43 – Win Loose Conditions.mp4
│ ├── 44 – 18-win-lose-menus.zip
│ ├── 44 – Local Multiplayer Menu.mp4
│ ├── 45 – 19-multi-menu.zip
│ ├── 45 – Local Multiplayer Views Interactions.mp4
│ ├── 46 – Local Multiplayer Feedbacks.mp4
│ ├── 47 – 20-multiplayer-game.zip
│ ├── 47 – Sound Class for Musics.mp4
│ ├── 48 – Sound Class for Sfx.mp4
│ ├── 49 – 21-audio-inside-game.zip
│ ├── 49 – Sounds Options.mp4
│ ├── 50 – Controls Options.mp4
│ ├── 51 – 22-options.zip
│ ├── 51 – Start Mobile UI.mp4
│ ├── 52 – Ingame Mobile UI.mp4
│ ├── 53 – 23-mobile-responsive-mode.zip
│ ├── 53 – Release Production.mp4
│ ├── 54 – Conclusion.mp4
│ ├── 8 – Presentation of HideSeek.mp4
│ └── 9 – Project Setup.mp4
└── 3 – Pandas Love You 3D Online Multiplayer Shooter Game
├── 55 – Presentation of Pandas Love You.mp4
├── 56 – Presentation of BabylonJS Editor.mp4
├── 57 – BabylonJS Editor Main Files.mp4
├── 58 – BabylonJS Editor Scripts.mp4
├── 59 – 0-Initial-setup.zip
├── 59 – Global Architecture of our Project.mp4
├── 60 – assets.zip
├── 60 – Import Assets.mp4
├── 61 – 1-inital-setup-with-assets.zip
├── 61 – Setup Start UI.mp4
├── 62 – Start UI Change scene.mp4
├── 63 – Setup Menu UI.mp4
├── 64 – Menu UI Lobby and Room.mp4
├── 65 – 3-General-Ui-multiplayer-scene.zip
├── 65 – Environment Map Integration.mp4
├── 66 – 4-Integration-on-scene.zip
├── 66 – Setup GameManager Player Enemy classes.mp4
├── 67 – Import Enemy Mesh.mp4
├── 68 – Basic AI Enemy Behavior.mp4
├── 69 – Optimize import with Asset Container.mp4
├── 70 – Import Player Paws Mesh.mp4
├── 71 – Enemy Death with new Bounding Box.mp4
├── 72 – 5-enemies-and-interactions-with-projectile.zip
├── 72 – ColyseusJS Presentation.mp4
├── 73 – ColyseusJS Setup.mp4
├── 74 – Setup NetworkManager.mp4
├── 75 – Create Room.mp4
├── 76 – Join or Create Room.mp4
├── 77 – Room List.mp4
├── 78 – 6-Server-setup-and-rooms-lobby.zip
├── 78 – Player Instantiation.mp4
├── 79 – Player Position Synchronization and Interpolation.mp4
├── 80 – Player Rotation Synchronization.mp4
├── 81 – Player Projectile Synchronization.mp4
├── 82 – 7-Players-synchronization.zip
├── 82 – Enemy Apparition Synchronization.mp4
├── 83 – Enemy Killing Synchronization.mp4
├── 84 – Waves of Enemies Synchronization.mp4
├── 85 – Master Role.mp4
├── 86 – Enemy Position Synchronization.mp4
├── 87 – 8-Enemies-synchronization.zip
├── 87 – Killing Players.mp4
├── 88 – Win Loose Restart.mp4
├── 89 – 9-enemies-attack-and-win-loose-conditions.zip
├── 89 – SoundManager for Musics.mp4
├── 90 – SoundManager for Loop Sfx.mp4
├── 91 – Extra Blender Mixamo Setup 3D Model.mp4
├── 92 – Player Animation States Attack Idle.mp4
├── 93 – Player Animation Movements.mp4
├── 94 – 10-players-animations.zip
└── 94 – Global Conclusion.mp4
常见问题FAQ
- 视频课程的格式是什么
- 视频不加密,网盘在线学习,课程免费更新,持续更新
- 怎么发货?
- 有些资源没更新完结怎么办
- 有问题不懂想咨询怎么办