-
颜色立方体演示程序-python实现pdf转换成word/txt纯文本文件下载
资源介绍
6.9 颜色立方体演示程序
我们已经讲解了足够多的内容,现在我们可以开始编写一个简单的颜色立方体演示程
序了。这个例子基本上包含了我们前面讲到的所有内容。读者应该对照前面的几节,仔细
研究这些代码,直到把每一行代码都弄懂为止。注意,程序使用了 6.8.1 节编写的
“color.fx”effect。
//***************************************************************
************************
// BoxDemo.cpp by Frank Luna (C) 2011 All Rights Reserved.
//
// Demonstrates rendering a colored box.
//
// Controls:
// Hold the left mouse button down and move the mouse to rotate.
// Hold the right mouse button down to zoom in and out.
//
//***************************************************************
************************
#include "d3dApp.h"
#include "d3dx11Effect.h"
174 / 351