FLAMEGPU / FLAMEGPU2

FLAME GPU 2 is a GPU accelerated agent based modelling framework for CUDA C++ and Python
https://flamegpu.com
MIT License
105 stars 20 forks source link

Adds RunPlanVector::setPropertyStep() #1152

Closed Robadob closed 10 months ago

Robadob commented 10 months ago

This has behaviour similar to Python's range(), more appropriate than lerp in many cases with integers.

Providing this will hopefully help people avoid using lerp wrongly for integers.

https://github.com/FLAMEGPU/FLAMEGPU2-docs/pull/175

alt possible names:

Robadob commented 10 months ago

I've ran both tests Windows.