분류 전체보기
-
D3D11_CREATE_DEVICE_DEBUG 로 디바이스 생성 실패시DirectX 11 2014. 5. 2. 22:14
[ 관련링크 ] http://stackoverflow.com/questions/15396895/directx-sample-using-dxut-failed-to-create-direct3d-device-debug-only http://blogs.msdn.com/b/chuckw/archive/2013/02/26/directx-11-1-and-windows-7-update.aspx http://msdn.microsoft.com/en-us/library/windows/desktop/bb204909%28v=vs.85%29.aspx http://blogs.msdn.com/b/chuckw/archive/2012/03/22/where-is-the-directx-sdk.aspx 3개월 전 하드디스크 배드섹터로 인해 개발..
-
APP File Format - Diablo 3게임리소스 3D/Blizzard 2014. 4. 1. 21:38
[ 관련링크 ] http://forum.xentax.com/viewtopic.php?f=16&t=8984&start=15 http://shader.tistory.com/77 1. Reaper of Souls 업데이트로 다시 시작해 봅니다. 2. 파일 포맷이 약간 변한것 같군요. 3. 3년전에 교육용으로 쓸려고 시작 했었는데, 감회가 새롭네요. 4. 모델과 텍스쳐 링크하는 법을 찾은것 같습니다. [ Update ] 2014.05.08 - http://www.sc2mapster.com/assets/sc1-raynor-vulture/files/41-diablo-iii-reaper-of-souls-max-2011-import-script/
-
M3 File Format - Starcraft 2게임리소스 3D/Blizzard 2014. 3. 18. 21:16
[ 관련링크 ] https://bitbucket.org/wowmodelviewer/wowmodelviewer/src/0b1df521f64803a41c50fbb7247696cc50609be1/src/modelexport_m3.h?at=default http://home.magosx.com/index.php?topic=6.0 http://code.google.com/p/blendm3/source/browse/trunk/import_shape_m3.py http://shader.tistory.com/30 파일 포맷이 궁금해서 구글검색하니 내 블로그가 나오는 황당한 경험을 했습니다. 그래서, 예전 소스코드들에서 찾아보니 거의 4년전에 작성했었던 코드를 발견하였습니다. 위 링크의 magosx의 War3ModelE..
-
PACK File Format - Planet Side 2게임리소스 3D 2014. 1. 17. 21:42
[ 관련링크 ] http://ps2.daum.net/ https://www.planetside2.com/ https://github.com/RoyAwesome/ps2ls 1. 원래 영문버전 서비스가 무료로 되고있었다. 2. 다음이 이번에 한글버전 서비스할 모양이다. 3. 개발자 한분이 C#으로 에셋브라우저부터 리소스 뷰어까지 만들고 계십니다. - VS2012 버전으로 만들고 있다. - OpenTK 이라는 OpenGL 의 C#버전 렌더러를 사용. ( 한줄요약 ) 초급자 부터 중급자 C# 교육용 프로젝트로 적당하다.
-
Read Data from Excel in Unity유니티(Unity Engine) 2014. 1. 14. 19:42
[ 관련링크 ] http://wiki.unity3d.com/index.php/Load_Data_from_Excel_2003 https://www.simple-talk.com/sql/database-administration/getting-data-between-excel-and-sql-server-using-odbc--/ http://www.codeproject.com/Articles/219/Creating-Excel-Sheets-using-ODBC http://stackoverflow.com/questions/19386012/retrieving-metadata-from-excel-in-unity http://www.fizixstudios.com/labs/do/view/id/unity-file-manag..
-
Draw Lines in Unity유니티(Unity Engine) 2014. 1. 8. 12:34
[ 관련링크 ] http://docs.unity3d.com/Documentation/Components/class-LineRenderer.html http://devilchen.tistory.com/4794 http://forum.unity3d.com/threads/71979-Drawing-lines-in-the-editor http://www.powenko.com/en/?p=3642 http://cgcookie.com/unity/2013/05/03/animate-a-line-draw-using-line-renderer-component/ http://myevan.cpascal.net/articles/2013/unity_ngui_pixel_perfect.html