dmz社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 6|回复: 0

BabylonJS 完整的游戏开发指南,创建单人和多人在线网页游戏(英文版)

[复制链接]
  • TA的每日心情

    2 小时前
  • 签到天数: 16 天

    [LV.4]偶尔看看III

    72

    主题

    89

    帖子

    489

    积分

    荣誉会员

    积分
    489

    发表于 1 小时前 | 显示全部楼层 |阅读模式
    程序人生
    课程方向: 网页前端 
    课程类型: 框架 项目实战 

    本站资源全部免费,回复即可查看下载地址!

    您需要 登录 才可以下载或查看,没有帐号?立即注册

    x


    ├─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


    游客,如果您要查看本帖隐藏内容请回复


    温馨提示:
    1、本站所有内容均为互联网收集或网友分享或网络购买,本站不破解、不翻录任何视频!
    2、如本帖侵犯到任何版权问题,请立即告知本站,本站将及时予与删除并致以最深的歉意!
    3、本站资源仅供本站会员学习参考,不得传播及用于其他用途,学习完后请在24小时内自行删除.
    4、本站资源质量虽均经精心审查,但也难保万无一失,若发现资源有问题影响学习请一定及时点此进行问题反馈,我们会第一时间改正!
    5、若发现链接失效了请联系管理员,管理员会在2小时内修复
    6、如果有任何疑问,请加客服QQ:1300822626 2小时内回复你!
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    QQ|Archiver|小黑屋|本站代理|dmz社区

    GMT+8, 2025-7-31 12:06 , Processed in 0.077724 second(s), 12 queries , Redis On.

    Powered by Discuz! X3.4 Licensed

    Copyright © 2001-2021, Tencent Cloud.

    快速回复 返回顶部 返回列表