Lesson 11 Flag Effect (Waving Texture)

原创文章,转载请注明: 转载自慢慢的回味

本文链接地址: Lesson 11 Flag Effect (Waving Texture)

This tutorial code brought to you by Bosco. The same guy that created the totally cool mini demo called worthless. He enjoyed everyones reaction to his demo, and decided to go one step further and explain how he does the cool effect at the end of his demo. This tutorial builds on the code from lesson 6. By the end of the tutorial you should be able to bend fold and manipulate textures of your own. It’s definitely a nice effect, and alot better than flat non moving textures. If you enjoy the tutorial, please email bosco and let him know.本作品采用知识共享署名 4.0 国际许可协议进行许可。

Lesson 10 Loading And Moving Through A 3D World

原创文章,转载请注明: 转载自慢慢的回味

本文链接地址: Lesson 10 Loading And Moving Through A 3D World

The tutorial you have all been waiting for! This tutorial was made by a fellow programmer named Lionel Brits. In this lesson you will learn how to load a 3D world from a data file, and move through the 3D world. The code is made using lesson 1 code, however, the tutorial web page only explains the NEW code used to load the 3D scene, and move around inside the 3D world. Download the VC++ code, and follow through it as you read the tutorial. Keys to try out are [B]lend, [F]iltering, [L]ighting (light does not move with the scene however), and Page Up/Down. I hope you enjoy Lionel’s contribution to the site. When I have time I’ll make the Tutorial easier to follow.本作品采用知识共享署名 4.0 国际许可协议进行许可。

Lesson 9 Moving Bitmaps In 3D Space

原创文章,转载请注明: 转载自慢慢的回味

本文链接地址: Lesson 9 Moving Bitmaps In 3D Space

This tutorial covers a few of the topics you guys had requested. You wanted to know how to move the objects you’ve made around the screen in 3D. You wanted to know how to draw a bitmap to the screen, without the black part of the image covering up what’s behind it. You wanted simple animation and more uses for blending. This tutorial will teach you all of that. You’ll notice there’s no spinning boxes. The previous lessons covered the basics of OpenGL. Each tutorial expanded on the last. This tutorial is a combination of everything that you have learned up till now, along with information on how to move your object in 3D. This tutorial is a little more advanced, so make sure you understand the previous lessons before you jump into this tutorial.本作品采用知识共享署名 4.0 国际许可协议进行许可。

Lesson 8 Blending

原创文章,转载请注明: 转载自慢慢的回味

本文链接地址: Lesson 8 Blending

There was a reason for the wait. A fellow programmer from the totally cool site Hypercosm, had asked if he could write a tutorial on blending. Lesson eight was going to be a blending tutorial anyways. So the timing was perfect! This tutorial expands on lesson seven. Blending is a very cool effect… I hope you all enjoy the tutorial. The author of this tutorial is Tom Stanis. He’s put alot of effort into the tutorial, so let him know what you think. Blending is not an easy topic to cover.本作品采用知识共享署名 4.0 国际许可协议进行许可。

Lesson 7 Texture Filters, Lighting & Keyboard Control

原创文章,转载请注明: 转载自慢慢的回味

本文链接地址: Lesson 7 Texture Filters, Lighting & Keyboard Control

Ok, I hope you’ve been understanding everything up till now, because this is a huge tutorial. I’m going to attempt to teach you 2 new ways to filter your textures, simple lighting, keyboard control, and probably more 🙂 If you don’t feel confident with what you’ve learned up to this lesson, go back and review. Play around with the code in the other lessons. Don’t rush. It’s better to take your time and learn each lesson well, than to jump in, and only know enough to get things done.本作品采用知识共享署名 4.0 国际许可协议进行许可。