![]() |
سورس کد ایجاد افکت های مورد نظر (سی پلاس پلاس) - نسخه قابل چاپ +- 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 ![]() 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 دانلود سورس کد : ![]() پسوورد : کد: www.parsicoders.com |