Giter Site home page Giter Site logo

Comments (3)

zzhgithub avatar zzhgithub commented on May 24, 2024

物体掉落 添加了游戏引擎。 但是如何设置碰撞体的 group。保证物体只和地面碰撞 不和 其他物体碰撞呢?

from just_join_v2.

zzhgithub avatar zzhgithub commented on May 24, 2024

i want to A an A not collide each others . but A and B can collide. How to set CollisionGroups and SolverGroups ? Sorry its hard to understand the document.So I just ask……
[16:36]aceeri: So you'd have an A membership which I'll say is 0b01 and a B membership which I'll say is 0b10
[16:37]aceeri: for the A group you don't want it to collide with A but you do want it to collide with B, so you'll take the B membership, but not the A one for the filter
[16:37]aceeri: which would be 0b10
[16:37]aceeri: and for the B group I'm assuming you want them to collide with themselves so it would be both the B and A members, which would be 0b11
[16:38]aceeri: you can think of it as more like:
membership is the group, filter is which groups you want to collide with
[22:57]robot Zhou: okay thanks . I just not understand what is 0b01 or 0b11 means? 0b01 = [1] and 0b11 = [2] ?
[22:58]robot Zhou: Oh, I may get it. I will try thanks.

from just_join_v2.

zzhgithub avatar zzhgithub commented on May 24, 2024

https://github.com/Seldom-SE/seldom_state/tree/main/examples
有用的状态机demo. 可以帮忙自动拾取相关的内容!

from just_join_v2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.