摘要: 给jekyll添加scrollspy博文目录树 阅读全文
posted @ 2020-04-14 16:07 Liez 阅读(585) 评论(0) 推荐(0) 编辑
摘要: 继在机场丢失笔记本后又一大灾难——小组项目无法在老电脑上运行。 位置:glCreateVertexArrays函数 报错:Exception thrown at 0x00000000 in Client.exe: 0xC0000005: Access violation executing loca 阅读全文
posted @ 2020-03-24 08:12 Liez 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 声明二维数组时候,出现报错: 无效的秩说明符: 应为“,”或“]” 修改方法: 阅读全文
posted @ 2020-01-04 09:46 Liez 阅读(2095) 评论(0) 推荐(0) 编辑
摘要: 三种物理运动模拟方法。 阅读全文
posted @ 2019-12-09 11:21 Liez 阅读(1162) 评论(0) 推荐(0) 编辑
摘要: ``` include class MyClass { private: int counter; public: void Foo() { std::cout class MyClass { private: mutable int counter; public: MyClass() : cou 阅读全文
posted @ 2019-12-04 04:55 Liez 阅读(1126) 评论(0) 推荐(0) 编辑
摘要: 什么是AABB? AABB,指 轴对齐包围盒 (Axis aligned bounding boxes)。在3D空间中,AABB是一个长方体,在2D空间中是一个长方形。特征是面法线皆平行于坐标轴,即当物体旋转时,AABB不会随物体旋转,也因此特性,AABB可以最快判断两物体是否重叠。 AABB表达 阅读全文
posted @ 2019-12-01 03:54 Liez 阅读(2242) 评论(0) 推荐(0) 编辑
摘要: Given a binary tree and a sum, determine if the tree has a root to leaf path such that adding up all the values along the path equals the given sum. N 阅读全文
posted @ 2019-10-08 12:03 Liez 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 循环展开,loop unrolling 阅读全文
posted @ 2019-10-04 04:00 Liez 阅读(1731) 评论(0) 推荐(0) 编辑
摘要: Unity Shder and Effects 读书笔记 阅读全文
posted @ 2019-08-04 17:08 Liez 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 光之战士——渲染一个球 阅读全文
posted @ 2018-08-17 04:34 Liez 阅读(701) 评论(0) 推荐(0) 编辑