Parsi Coders
سورس کد ایجاد افکت های مورد نظر (سی پلاس پلاس) - نسخه قابل چاپ

+- Parsi Coders (http://parsicoders.com)
+-- انجمن: Software Development Programming (http://parsicoders.com/forumdisplay.php?fid=37)
+--- انجمن: C and C++ (http://parsicoders.com/forumdisplay.php?fid=54)
+--- موضوع: سورس کد ایجاد افکت های مورد نظر (سی پلاس پلاس) (/showthread.php?tid=2932)



سورس کد ایجاد افکت های مورد نظر (سی پلاس پلاس) - Amin_Mansouri - 12-06-2012

با سورس که با زبان c++ نوشته شده است میتونید افکت های Texture Binding ,Filtering ,LightingوFogging Effects توسط opengl رو یاد بگیرید.
این افکت های برای کسانی که به ساخت بازی بسیار علاقه دارند مفید میباشد.
اطلاعات بیشتر :
Well, here is good news for all game[عکس: icon1.png] lovers and beginning game programmers. This article will show you how to create a simple Balloon Show game using OpenGL libraries. The OpenGL libraries can be used with other language platforms, but it is best to use them with the Visual C++ environment because most of the game programmers use VC++ to make their games. This article shows the step by step handling from the beginning till the end.
The first thing you will have to do is build a project in Visual C++. After you have created a new Win32 Application (not a console application) in Visual C++, you will need to link the OpenGL libraries. In Visual C++, go to Project, Settings, and then click on the LINK tab. Under "Object/Library Modules" at the beginning of the line (before kernel32.lib), add OpenGL32.lib GLu32.lib and GLaux.lib. Once you've done this, click OK. You're now ready to write an OpenGL Windows program

دانلود سورس کد :


.rar   OpenGLTutorial(www.parsicoders.com).rar (اندازه 82.02 KB / تعداد دانلود: 28)
پسوورد :
کد:
www.parsicoders.com