Commit Graph

4 Commits

Author SHA1 Message Date
Misaki
77d16fbffa Change from Object.InstantiateAsync to GameObject.InstantiateGameObjects to utilize jobs. 2024-09-19 23:46:41 +09:00
Misaki
4a15d63447 Fix error amd Update features.
Changed Span<PointData> to ReadOnlySpan<PointData> on method Operate in EffectorBase.cs
Changed the return type of method Operate in EffectorBase.cs from void to PointDate
Added FieldHelper and BlendField function to make the blending work.
2024-09-18 19:49:32 +09:00
Misaki
0ae44d6139 Switch points generation from managed thread to unmanaged thread; Change Spline to NativeSpline; Add converter for DistributionMode and update cloner editor ui; Add MeshData type for object distribution calculation; Add ObjectDistributionSetting and ObjectDistributionCalculation(Vertex and Edge Mode); 2024-09-17 18:27:35 +09:00
Misaki
0a4745662a Upload project files 2024-09-16 00:08:10 +09:00