卡卡卡卡咔11吧 关注:12贴子:1,320
  • 3回复贴,共1
flex+ue4,cloth模型顶点颜色涂黑处不模拟,白色模拟,目前这在任何地方都找不到。。


IP属地:上海1楼2017-07-13 18:31回复
    找到了。。官方文档一个参数里。更多的我都写在teamition里了,什么时候我得存一份下来。。


    IP属地:上海来自Android客户端2楼2017-07-14 22:33
    回复
      UE4中UV转worldposition。ScreenPos是UV,SceneDepth是SceneDepth
      float4 pos=mul(float4(((ScreenPos.xy-View.ScreenPositionScaleBias.wz)/View.ScreenPositionScaleBias.xy)*SceneDepth,SceneDepth,1.0),View.ScreenToWorld);
      return pos.xyz*1/pos.w;


      IP属地:上海3楼2017-10-31 11:49
      回复
        #include "Runtime/Engine/Classes/Engine/Engine.h"


        IP属地:上海4楼2018-04-14 19:42
        回复