분류 전체보기
-
SevenZipHelper Class for 7Zip ( LZMA Compression )유니티(Unity Engine) 2015. 10. 7. 20:58
[ 관련링크 ] http://www.7-zip.org/sdk.html http://www.nullskull.com/a/768/7zip-lzma-inmemory-compression-with-c.aspx [ 요약 ] 1. 7-zip 에서 배포하는 sdk 에 c# 모듈이 있으나, 사용이 불편. 2. 편리성을 위해 명령행 부분 제거후 SevenZipHelper 클래스 추가. 3. 메모리에서 lzma 압축을 바로 풀수 있다. [ Work in Process ] 1. Unity 엔진의 AssetBundle 파일이 lzma 로 압축이 되어 있어, 압축해제용으로 자료 조사함. 2. 압축을 풀어주는 툴 작업중.
-
Slice terrain in Unity유니티(Unity Engine) 2015. 7. 6. 20:19
[ 관련링크 ] http://forum.unity3d.com/threads/split-terrain-script.215398/ http://kostiantyn-dvornik.blogspot.kr/2013/12/unity-split-terrain-script.html http://deepspacelabs.net/terrain_slicing/terrain_slicing.html https://www.assetstore.unity3d.com/en/#!/content/5982 [ 요약 ] 1. TerrainData 클래스를 익히자.
-
Leap Motion SDK입력장치/Leap Motion 2015. 5. 29. 21:52
[ 관련링크 ] https://developer.leapmotion.com/ https://developer.leapmotion.com/getting-started https://developer.leapmotion.com/gallery/category/unity3d https://developer.leapmotion.com/getting-started/unity/free [ 요약 ] 1. 역시나 예상 했던것처럼 베타 버전이다. - 광고는 너무 장미빛이다. 2. 손모양을 타자 치는 식으로 손바닥이 아래로 향하고 쪽 펴야만 인식률이 높다. - 보통은 사람들이 허공에서는 농구공 잡듯이 손바닥이 옆으로 향하게 모양을 취한다. - 어깨가 아파서 버티컬 마우스를 쓰는 나로서는 별로 사용하고 싶은 생각이 안든다. ..
-
CASC File System게임리소스 3D/Blizzard 2015. 5. 28. 11:15
[ 관련링크 ] http://www.zezula.net/en/casc/main.html https://github.com/ladislav-zezula/CascLib http://www.zezula.net/download/cascview-en64.zip https://github.com/tomrus88/CASCExplorer https://gist.github.com/galedric/b34f14dd93381498a7a1 http://www.pxr.dk/wowdev/wiki/index.php?title=CASC http://en.wikipedia.org/wiki/Jenkins_hash_function http://burtleburtle.net/bob/hash/doobs.html http://rosettaco..
-
VMESH file format - Havok , Anarchy ( WIP )게임리소스 3D 2015. 5. 3. 23:08
[ 관련링크 ] https://www.projectanarchy.com/ https://www.projectanarchy.com/download [ 요약 ] 1. Anarchy Engine의 정적 메시 인듯. 2. Chunk 방식의 데이터 저장. 3. 오픈 소스는 다운받지 않았다. 그냥 헥사에디터에서 파악함. 4. 모델은 아제라에서 추출해서 테스트 함. 5. 아니나 다를까 파일 포맷은 만들어져 있지 않음. 파일 포맷에는 그 엔진의 모든게 담겨 있다. 엔진 개발자들이여 100마디 API 문서보다 1마디 파일포맷이 더 효율적이다.