Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个由 3d 三角形组成的形状。形状与平面相交。我想让平面切割形状,因此切割相交的三角形并返回组成新形成的(切割)形状的(新)三角形。因此必须生成额外的三角形以促进新边缘。
谁能指点我一些有关如何执行此操作的资源?
intersect3D_SegmentPlane()从以下来源http://softsurfer.com/Archive/algorithm_0104/algorithm_0104B.htm为每个三角形边缘实施。
intersect3D_SegmentPlane()