티스토리 뷰

 

Device->SetRenderState(D3DRS_CULLMOCE, -)

//후면추려내기(backface culling) 동작

D3DCULL_NONE 완전히 끈다.

D3DCULL_CW    시계방향 두르기를 가진 삼각형 추려낸다

D3DCULL_CCW  시계 반대방향 두르기를 가진삼각형 추려낸다. - 디폴트

 

Device->SetRenderState(D3DRS_FILLMODE, -)

//fill mode 설정

D3DFILL_POINT             점
D3DFILL_WIREFRAME     와이어프레임
DFILL_SOLID                 솔리드
D3DFILL_FORCE_DWORD  - Forces this enumeration to compile to 32 bits in size. Without this value, some compilers would allow this enumeration to compile to a size other than 32 bits. This value is not used.

추가참고

DrawPrimitive ( D3DPT_LINELIST

 

기본그리기

 

와이어프레임모드

 

기본 추려내기

 

추려내기 NONE 모드

 

 

더 많은 것들은 이곳에

https://msdn.microsoft.com/ko-kr/library/windows/desktop/bb172599(v=vs.85).aspx

'ComComComCom > DX .. D3D' 카테고리의 다른 글

[function] D3DXLoadMeshFromX()  (0) 2017.07.12
xFile  (0) 2017.07.11
[function] IDirect3DDevice9::SetRenderState  (0) 2017.07.06
광선추적법 (ray tracing) 이 뭐지?  (2) 2017.07.03
[function] D3DXIntersectTri  (0) 2017.07.03
댓글