이지윤
김지현, 김정미
신동룡,황민우
김범호, 육성진
이승철, 천호영
박선희, 차지혁
이지윤
김지현, 김정미
신동룡,황민우
김범호, 육성진
이승철, 천호영
박선희, 차지혁
2007년 봄학기 그래픽스 프로그래밍 기말고사 문제1057786642.pdf3687136287.pdf
2007년 봄학기 그래픽스 프로그래밍 중간고사 문제1104417662.pdf3774317028.pdf
lecture13-ch5
1408214831.pdf
그래픽스 프로그래밍 리뷰
1353689377.doc
lecture20-ch71035678018.pdf
smoothAlpha – 정점에 지정된 알파색값의 보간
1263435246.cpp
fade_fog – 3개의 텍스쳐를 사용하여, 알파가 들어있는 텍스쳐이미지, fade-in/out기법 & fog기법
1271840915.cpp
transparent – glDeskMask(GL_FALSE)사용
1247693865.cpp
cullface – glEnable(GL_CULL_FACE) 사용
1242135630.cpp
draworder – 블렌딩시 그림그리는 순서
1370103353.cpp
filtering – 여러가지 blending 필터기법
1021760893.cpp
lightmap – 멀티텍스쳐링 기법
1187702626.cpp
lecture19-ch8
1345017777.pdf
COIN3D simage library (http://www.coin3d.org/lib/simage)
.NET2005
Project->Properties(ALT+F7)->Configuration Properties->C/C++->General에
Additional Include Directories에 .\simage를 넣는다.
Project->Properties(ALT+F7)->Configuration Properties->C/C++->Preprocessor에 Preprocessor Definitions에 ;SIMAGE_DLL를 추가한다.
Project->Properties(ALT+F7)->Configuration Properties->Linker->General에
Additional Library Directories에 .\simage를 넣는다.
Project->Properties(ALT+F7)->Configuration Properties->Linker->Input에
Additional Dependencies에 simage1.lib을 추가한다.
_M#]
[#M_ more.. | less.. | _M#]
VC++ 6.0
Project->Settings(ALT+F7)->C/C++탭->Category의 Preprocessor에
Additional Include Directories에 .\simage를 넣는다.
Project->Settings(ALT+F7)->C/C++탭->Category의 Preprocessor에 Preprocessor Definitions에 ,SIMAGE_DLL를 추가한다.
Project->Settings(ALT+F7)->Link탭->Category의 Input에
Additional Library Path에 .\simage를 넣는다.
Project->Settings(ALT+F7)->Link탭->Category의 Input에
Object/library modules에 simage1.lib을 추가한다.
_M#]
[#M_ more.. | less.. | _M#]