-
Using doubple precision (64 bit) floating point values for X/Y/Z (and presumably glm position) types results in an error at runtime in `ModelVis.cpp`.
```
Agent 'agent' has not had x, y or z vari…
-
#9 and #10 suppress the compiler warnings, however the content surrounding texture memory should be updated to the modern bindless texture API. This would need updating in lectures notes too, so can't…
-
When adding [support for keyframe animated models](https://github.com/FLAMEGPU/FLAMEGPU2-visualiser/pull/97), I removed the below line of code thinking it was a mistake. However, this lead to the keyf…
-
Currently changes to the visualisation which touch the user-accessible aspectes require pull requests to 2 repos to be made, and one cannot be compiled without the other.
This makes adding a visua…
-
The fix from #120 only fixed `beginPaused` when there are agents present prior to the start of simulation step 0.
I.e. if agents are created in a hostLayer function during step 0, or in a step fun…
-
*This has been a blue-sky feature for sdl_exp for a while, recently Paul has suggested we propose a small project for an undergraduate to work towards it,*
Users without a GPU may be running their …
-
`modelcfg.stepsPerSecond` is an unsigned integer currently, so it is not possible to have a visualisation with fewer than 1 simulation step per second.
Alternatively, exposing a new method in the F…
-
For visually debugging models, it would be useful to be able to run simulations a single step at a time, as in FLAME GPU 1.
Unfortuantely this is much more complex in FLAMEGPU 2 thanks to our simu…
-
Environment directed graphs, introduced by #1089, are currently only import/export-able via dedicated HostAPI functions.
They are not currently present in existing IO methods which encapsulate a wh…
-
Useful for things like tumours where there are alot of densely packed cells.
e.g. https://youtu.be/nJ2urSm4ilU
Done via matlab cutaway plot: https://github.com/MathCancer/PhysiCell/blob/81e85c…