BabylonJS + AmmoJS Physics, (Reusable Setup / Fundamentals)

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024

ความคิดเห็น • 14

  • @ManuelSanchez-ih5qx
    @ManuelSanchez-ih5qx 2 ปีที่แล้ว +2

    It would be great if you could create more videos on this topic, like creating first person camera or maybe some interactions when clicking something (another model)

  • @phxm7853
    @phxm7853 2 ปีที่แล้ว +1

    This helps a lot, thank you 🙏.

  • @AlexFord
    @AlexFord ปีที่แล้ว +1

    Just FYI, uncommenting those strict type checking options in tsconfig were redundant since `strict` was already `true` and encompasses everything below it. If you only wanted the ones you uncommented then you needed to set the main `strict` option to `false`. As it stood all strict checks were enabled regardless of what you did or didn’t uncomment.

    • @AustinBeaufort
      @AustinBeaufort  ปีที่แล้ว +1

      This will be helpful to others, appreciate the insight.

  • @imagineabout4153
    @imagineabout4153 2 ปีที่แล้ว

    Amazing job my friend!

  • @StrangerInAStrangeLand1999
    @StrangerInAStrangeLand1999 2 ปีที่แล้ว

    Is there a reason in particular that you're using parcel-bundler?

  • @BattleGn0me
    @BattleGn0me ปีที่แล้ว

    use 'npm install --save-dev parcel' instead of '...parcel-bundler' as parcel v1 is deprecated. v2 is still supported

  • @DerClaudius
    @DerClaudius 2 ปีที่แล้ว +1

    Great underrated video, thanks

  • @ajinkyax
    @ajinkyax ปีที่แล้ว

    is it better to use Ammo js with Babylon or Cannon ?

    • @AustinBeaufort
      @AustinBeaufort  ปีที่แล้ว +1

      Personally I’ve had better luck setting it up with Ammo both via webpack and parcel, which is why I am using ammo because it’s working well for me.
      But the choice is of course up to you.

  • @DICKCHINHARY
    @DICKCHINHARY ปีที่แล้ว

    ran into an issue with parcel-bundler where the css files are not being loaded, perhaps it because im working in linux and not windows? Either-way, I noticed parcel-bundler is also deprecated and is now parcel. I tried installing and running parcel but get a ton of transformer-js errors. Messing with the .parcelrc file configs to use transformer-raw or another transformer has led me no where. Any chance you can show us an updated version of this with the parcel (not parcel-bundler) or something similar? thnks

    • @AustinBeaufort
      @AustinBeaufort  ปีที่แล้ว

      Hey thanks for the update, hopefully this comment will help others that run into the same issue. I’d recommend looking through parcels documentation and seeing how the new configuration works.

    • @BattleGn0me
      @BattleGn0me ปีที่แล้ว

      @@AustinBeaufort i think it's because it's no longer supported. Using ...v2