.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.