-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Examples] Stable fluid drawing bug #1000
Comments
Failed to reproduce on a Linux machine. Could you checkout line 191-193, and try: # fill_color_v3(dyes_pair.cur)
fill_color_s(velocity_divs)
# fill_color_v2(velocities_pair.cur) and # fill_color_v3(dyes_pair.cur)
# fill_color_s(velocity_divs)
fill_color_v2(velocities_pair.cur) ? If you have time, may also run |
Could you also checkout line 167 and try replace it by: color_buffer[i, j] = ti.Vector([0.5, 1.5, 1.5]) ? |
@archibate Here's a videos: velocity_divs.zip I cannot start taichi in debug mode. And where should the log file be located? |
This error occurs only while the program is running. But if you save the result in the form of png files, then this error will not be on the result. Perhaps the program does not work correctly only on my video card (it is old, 2011, built into the processor). |
Intresting, does
Sorry! Didn't notice that you're on win, please add |
I reproduced the same issue on win, |
changing line 167 to this code helped me. Only in the end is not zero, but one. |
Describe the bug
The fluid is not rendered correctly in the stable_fluid.py example.
Taichi Version
0.6.4
Log/Screenshots
Video:
taichi_stable_fluid_drawing_bug.zip
To Reproduce
Run the example examples\stable_fluid.py
System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: AMD Radeon HD 7560D ATI Technologies Inc. 4.5.13399 Core Profile Context 15.201.1151.1008
The text was updated successfully, but these errors were encountered: