.PCACHE 파일 확장자
Point Cache File
| 개발사 | Thomas Iché |
| 인기도 |
2.5 | 2 투표 |
PCACHE 파일이란 무엇인가요?
A PCACHE file is a point cache file. It contains a list of points that comprise a 2D or 3D object. PCACHE files are similar to .PLY files but used primarily by video game developers.
추가 정보
Video game developers can save a description of a 2D or 3D object as a PCACHE file. For example, Unity users can use that program's pCache Tool to create PCACHE meshes and textures.
Each PCACHE file contains a list of points that comprise the object the file describes. Each point may have position, velocity, color, size, age, and lifetime data associated with it. The point data PCACHE files contain may be saved in an ASCII or binary format. Either way, the file's header will begin with the text pcache.
참고: The PCACHE format is open-source and maintained by developer Thomas Iché.
PCACHE 파일을 여는 방법
You can import a PCACHE file into Unity Technologies Unity (multiplatform) as you would any other Unity asset:
- Place the file in your project's Assets folder.
- The file will appear in Unity's Project window, in your Assets folder.