Loading...

max8 + 32bit window7

아...젠장 dds가 로드가 안되네.. 첨에는 잘몬 짠줄 알고 하루 왠종일 삽질해봤는데...안돼... 흑흑.. 결국 문제는 max!!! 그때 구세주와도 같던 글. 3DSMax 8 and Windows 7/Vista: Error creating Direct3D device Hi, if you try to use 3DS Max 8 and Windows 7 (or Vista) you'll see there's some issue to load .DDS textures for your materials. The issue: - If you open a model which already had .DDS textures these objects will appear as black - If you try to a..

max import 참고 자료

중국 사이트인가?... 암튼 갠춘.. https://xray.svn.codeplex.com/svn/branches/refactoring/sources/plugins/xray_fsl/ObjectPlugin/Code/ObjectImport.cpp http://zho.pe.kr/doc/ConvertMaxCamToD3DCam.htm 1. TriObject 생성. INode* parentNode = NULL; TriObject* tri = CreateNewTriObject(); 2. Node 생성 ImpNode* node = impip->CreateNode(); 3. Node의 접근권한을 Tri에 설정 node->Reference(tri); 4. Node를 화면에 추가. impip->AddNodeToScene(n..