素粒子シミュレーションをUnityで実行できるようにしたPackageです。Geant4を用いています。 実際の使用例については、別プロジェクトである SubatomicCanvas を是非参考にしてください。
Target Level 2.0 (Works on all platforms supported by Unity) Every calculation (pos, collision, etc) is done by the GPU (CPU only generate the meshes) A single draw call per frame No dynamic ...