摘要: 源代码实现 - octrees(1)- insert objects 基于 RTCD-7.3.a Octrees进行源代码实现。 insert spheres #include <iostream> struct Point { float x{0.0f}; float y{0.0f}; float 阅读全文
posted @ 2020-07-08 14:31 grassofsky 阅读(425) 评论(0) 推荐(0) 编辑
摘要: RTCD-7.3.a Octrees Real-Time Collision Detection 阅读笔记。 关于概念的介绍可以参见:https://baike.baidu.com/item/%E5%85%AB%E5%8F%89%E6%A0%91 Pointer Based octree node示 阅读全文
posted @ 2020-07-08 09:18 grassofsky 阅读(787) 评论(0) 推荐(1) 编辑