omid3098 / OpenFlowMap

MIT License
99 stars 7 forks source link

fix #5 and #9 #10

Closed fight4dream closed 11 months ago

fight4dream commented 11 months ago

-> moved functionalities from OpenFlowmapConfig into OpenFlowmapBehaviour -> moved functionalities from FlowmapRenderer into OpenFlowmapBehaviour -> OpenFlowmapBehaviour now use editor coroutine instead of RealisticFlow -> use Gizmos.DrawRay instead of Debug.DrawRay -> marked OpenFlowmapConfig as obsolete (retain data temporary, can remove in next patches)

-> the baking process now split up into Process() and BakeTexture()