vault backup: 2023-11-14 11:37:42

This commit is contained in:
BlueRose 2023-11-14 11:37:42 +08:00
parent 44fe532002
commit 0abbe1cad3

View File

@ -233,4 +233,6 @@ void StoreRestPose(FbxScene* pScene, FbxNode* pSkeletonRoot)
FBXStream案例:https://github.com/hamedsabri/FbxStream FBXStream案例:https://github.com/hamedsabri/FbxStream
之前考虑通过共享内存来实现文件传递以此来规避IO瓶颈这里可以考虑参考FBXStream。本质是通过文字流使得 文件 <=> string。 之前考虑通过共享内存来实现文件传递以此来规避IO瓶颈这里可以考虑参考FBXStream。本质是通过文字流使得 文件 <=> string。
这样就可以通过共享内存进行数据传递了。 这样就可以通过共享内存进行数据传递了。
让张柏林试试对一个文件使用Java进行字符串流化。