Notice»

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2024/5 »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

 

'Ogre3D'에 해당되는 글 1

  1. 2009.10.07 Oger 3D
 

Oger 3D

OGRE3D | 2009. 10. 7. 10:06 | Posted by 알 수 없는 사용자

일단, Ogre SDK를 설치하자.

http://www.ogre3d.org/wiki/index.php/Installing_An_SDK

난 Visial studio 2005 team 버전이랑 expres s 버전이 있으므로

express가 설치된 곳에선 다음 링크를 클릭하고

http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/default.aspx

설명 단계를 수행한다.

 

 그리고 다음 링크를 클릭하여

http://www.ogre3d.org/wiki/index.php/SettingUpAnApplication

Microsoft Visual C++ .NET 부분을 읽어보고

VC8.0버전 (not express) 인 경우에 SP1이 깔려있지 않다면 설치한다.

(SP1 http://www.microsoft.com/downloads/thankyou.aspx?familyId=BB4A75AB-E2D4-4C96-B39D-37BAF6B5B1DC&displayLang=ko)

 

 

다음 것을 깔고 Windows script 로 되어있는 것을 실행한다.

VS.NET 2005 AppWizard for ogre3d 1.4 : http://sourceforge.net/project/showfiles.php?group_id=168190

 

 

Update Ogre source code with latest Cegui source code

http://www.ogre3d.org/wiki/index.php/Update_Ogre_source_code_with_latest_Cegui_source_code

 

 

습득해야하는 것
  • height field (지형)
  • sky box (하늘)
  • CEGUI 연동 (GUI 사용 -> 초기화면 메뉴, 게임 진행화면)
  • keyboard, mouse 처리 (입력처리)
  • viewport 사용 (minimap에 사용)
  • mesh 로드 (기본 오브젝트들)
  • blur effect (총알, 빠른 물체에 적용)
  • smoke effect (피탄 상태 등)
  • decal (총알 자국 등)
  •  

 

 

Official Site

 

Useful Site

 

Tip & Solve

 

RTS sample app : http://www.ogre3d.org/phpBB2/viewtopic.php?t=14032

 

 

Effects

 

Tips

 

 

문제 해결

1.  The error: "cannot open include file 'winres.h'

-> Check that C:\Program Files\Microsoft Platform SDK\include\mfc is in your VS include directory list.

'OGRE3D' 카테고리의 다른 글

참고용링크  (0) 2009.10.07
Ogre 3D 1.6 ver 참고 튜토리얼  (0) 2009.10.07
: