일리히트 렌더링타겟


일리히트 렌더링타겟

/////////////////////////////////////////////////////////// // // 제목 : 렌더 타겟 사용 예제(일리히트 기본 예제) // 날짜 : 2011년 05월 24일 // 이름 : 신 영 서 // 내용 : 평면에 그려지는 거울 효과와 비슷(TV효과) // // // //////////////////////////////////////////////////////////// #include <irrlicht.h> #include "driverChoice.h" using namespace irr; #ifdef _MSC_VER #pragma comment(lib, "Irrlicht.lib") #endif int main() { //드라이버 choice video::E_DRIVER_TYPE driverType=driverChoiceConsole(); if (driverType==video::EDT_COUNT) return 1; //일리히트 디바이스...



원문링크 : 일리히트 렌더링타겟