摘要:
给jekyll添加scrollspy博文目录树 阅读全文
摘要:
继在机场丢失笔记本后又一大灾难——小组项目无法在老电脑上运行。 位置:glCreateVertexArrays函数 报错:Exception thrown at 0x00000000 in Client.exe: 0xC0000005: Access violation executing loca 阅读全文
摘要:
声明二维数组时候,出现报错: 无效的秩说明符: 应为“,”或“]” 修改方法: 阅读全文
摘要:
三种物理运动模拟方法。 阅读全文
摘要:
``` include class MyClass { private: int counter; public: void Foo() { std::cout class MyClass { private: mutable int counter; public: MyClass() : cou 阅读全文
摘要:
什么是AABB? AABB,指 轴对齐包围盒 (Axis aligned bounding boxes)。在3D空间中,AABB是一个长方体,在2D空间中是一个长方形。特征是面法线皆平行于坐标轴,即当物体旋转时,AABB不会随物体旋转,也因此特性,AABB可以最快判断两物体是否重叠。 AABB表达 阅读全文
摘要:
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 阅读全文
摘要:
循环展开,loop unrolling 阅读全文
摘要:
Unity Shder and Effects 读书笔记 阅读全文
摘要:
光之战士——渲染一个球 阅读全文