Giter Club home page Giter Club logo

Comments (9)

endink avatar endink commented on June 24, 2024
  1. 如果高亮指的是脚部的线框,这是 DebugDraw,你可以通过 AnimaInstance(动画蓝图) 上的属性 DebugDraw 开启或关闭,它主要用于调试。线框种的黄点代表射线碰撞点。
  2. 脚没有贴地是射线碰撞点不对,从图中我猜测这是因为你的角色胶囊体和射线发生了碰撞,射线碰撞通道必须忽略所有的的碰撞体,除了地面(Demo 工程地面为 Panel),需要非常熟悉物理碰撞相关知识,你才明白我在说什么

from mediapipe4u-plugin.

endink avatar endink commented on June 24, 2024

或者是因为你的地板也没有发生碰撞,确保地板的射线通道是 block, 你没有贴出你的节点属性中的碰撞通道设置,我只能猜测问题

from mediapipe4u-plugin.

JKJ526523 avatar JKJ526523 commented on June 24, 2024

image
GroundIK这个碰撞通道默认是忽略,只单独设置了地板的射线通道为block。
image

from mediapipe4u-plugin.

endink avatar endink commented on June 24, 2024

image
GroundIK这个碰撞通道默认是忽略,只单独设置了地板的射线通道为block。
image

你需要检查动画蓝图中的Location solver节点细节面板中的碰撞通道属性是否使用了这个通道

from mediapipe4u-plugin.

JKJ526523 avatar JKJ526523 commented on June 24, 2024

image
碰撞通道属性使用了GroundIK这个通道

from mediapipe4u-plugin.

endink avatar endink commented on June 24, 2024

检查 Animation Instance 上的 Solve Location 属性是否被勾选,必须开启位移算解才会进行 Ground IK 计算

from mediapipe4u-plugin.

JKJ526523 avatar JKJ526523 commented on June 24, 2024

image
Solve Location 属性也已经勾选。
Location solver节点细节面板中的碰撞通道属性启用了GroundIK;GroundIK碰撞通道默认是忽略,只单独设置地板的射线通道为block;并且Solve Location 属性也已经勾选。比较疑惑问题是出在哪里了。

from mediapipe4u-plugin.

endink avatar endink commented on June 24, 2024

从你的调试视图看到的是射线没有和地面发生碰撞,检查地面的碰撞体

from mediapipe4u-plugin.

endink avatar endink commented on June 24, 2024

红色是射线击穿了,没有和地板碰撞,补了文档,清楚了的写了怎么看调试线条,需要你自己找到为什么会击穿

from mediapipe4u-plugin.

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.