Hair Physics

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 พ.ค. 2024
  • #gamedev #gamedevelopment #programming
    code: github.com/amengede/getIntoGa...
    Discord: / discord
    Patreon: patreon.com/user?u=58955910

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

  • @Coding_and_Gaming
    @Coding_and_Gaming หลายเดือนก่อน

    Thanks great work.

  • @AnonTen
    @AnonTen หลายเดือนก่อน +3

    inverse kinematics... for hair...?

    • @GetIntoGameDev
      @GetIntoGameDev  หลายเดือนก่อน +1

      Yeah, I butchered that 🤣. I was investigating the idea that a segment of a hair strand can transfer its linear force back to its predecessor, ie. pushing on the end of a strand will have an effect on the rest of the strand.

  • @4AneR
    @4AneR หลายเดือนก่อน +1

    Cool, I guess you can speed it up substantionally by storing everything in numpy annd processing without "for" loops

    • @GetIntoGameDev
      @GetIntoGameDev  หลายเดือนก่อน +1

      That’s right, this was just a quick mockup.

    • @vannya36
      @vannya36 หลายเดือนก่อน

      Or make it even faster by running it in C++ or at least Java :) But C++ is much harder

  • @CoolestPossibleName
    @CoolestPossibleName หลายเดือนก่อน +1

    Cloth physics should be similar to this right?

    • @GetIntoGameDev
      @GetIntoGameDev  หลายเดือนก่อน +2

      Yes, very similar if the cloth is unstretchable