摘要:
来自:http://www.cnblogs.com/bluebean/p/5299358.html Phong和Blinn-Phong是计算镜面反射光的两种光照模型,两者仅仅有很小的不同之处。 1.Phong模型 Phone模型计算中的一个关键步骤就是反射向量R的计算: 上图中的位于表面“下面”的向 阅读全文
摘要:
using System; using System.Collections.Generic; //using System.Linq; using System.Text; using System.Diagnostics; using System.IO; using static System.Console; using System.Linq; using System.Runtime... 阅读全文
摘要:
// CPPTEST.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include #include #include #include"TMyNumOperator.h" #include"abc.h" #include #include #include #include #include #inc... 阅读全文
摘要:
setsiblingindex(idx)设置兄弟结点先后顺序时,若idx处已有结点X,则结点X及其后的所有节点后移 gc alloc,就是申请堆内存,堆内存申请无处不在,不可能保持为0,U3D文档中说,尽可能保持这个值为0,是说在UPDATE中,因为UPDATE是个频繁调用的函数,就算每帧有一点内存 阅读全文