playcanvas/engine

Rectangle - with position, orientation and size that can be intersected with Ray and other Shapes.

Open

#889 创建于 2017年3月27日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)JavaScript (8,878 star) (1,325 fork)batch import
enhancementgood first issue

描述

Like with BoundingBox and few other shapes, it would be good to have a rectangle, that is much simpler shape than box, and would be useful in many cases.

It would have position, rotation and size (not halfExtents please). And would have functionality to check if it intersects with ray or other shapes.

贡献者指南