
物理
yqian1000
这个作者很懒,什么都没留下…
展开
-
使用RaycastCommand进行批量的射线检测
RaycastCommand 是Unity自带的一个批量射线检测方案,具体内容可以参照:https://docs.unity3d.com/ScriptReference/RaycastCommand.html using System.Collections; using System.Collections.Generic; using UnityEngine; using Unity.Jobs; using Unity.Collections; public class RaycastHitLab.原创 2021-04-20 14:02:55 · 2203 阅读 · 0 评论 -
WheelCollider笔记
The Wheel Collider is a special collider for grounded vehicles. It has built-in collision detection, wheel physics, and a slip-based tire friction model. It can be used for objects other than wheels,...原创 2019-01-30 11:49:02 · 2477 阅读 · 0 评论