cesss

Results 106 comments of cesss

> Could use radio buttons? How? Imagine you have three objects which have an ON/OFF setting for high-quality rendering. One of the objects has it set as OFF, and the...

Ah, now I understand what you mean! It's certainly a workaround. For example optionA could be "On", OptionB, "Off", and OptionC "Values differ". The behaviour should be that the optionC...

I need to study it. I've seen it in some apps in the past, but I'm not sure if their design was clean.

I believe the real point here is not 'size_t' vs 'int', but 'unsigned' vs 'signed'. For example, if all your variables were unsigned, then using 'size_t' instead of 'int' is...

I think that rather than redefining 'int' as 'long', it does make more sense to use standard sized integers, because the meaning for 'short', 'long', 'long long', etc... can be...

(when I say "all morphs", I mean all of them, but unapplied, so that they can be read into other tools and apply the morphs there)

In the mean time, I think it would be pretty useful if you implement the "cheating" technique from your paper on top of the smoke simulator, because that video is...

Let me suggest you to implement this feature (fluid simulation with open boundaries and wind), because it would enhance the quality of your smoke demo a lot (currently it doesn't...

Do you think Position Based Fluids are more desirable than other newer SPH developments? I'm asking this because [SPlisHSPlasH](https://github.com/InteractiveComputerGraphics/SPlisHSPlasH) mentions they find DFSPH to be the most efficient SPH solver....

For people who see "nothing" on MacOS, I was experiencing the same, and fixed it by adding permission to Terminal to control the computer on the Security and Privacy category...