Closed Iteravse closed 4 years ago
Sorry for the confusing error message here, you may need to downgrade taichi_three to v0.0.3 by executing:
python3 -m pip install taichi_three==0.0.3
Sorry for the confusing error message here, you may need to downgrade taichi_three to v0.0.3 by executing:
python3 -m pip install taichi_three==0.0.3
unfortunately,then i encounter another error:
Traceback (most recent call last):
File "D:/python/Anaconda3/envs/XEngine/Lib/site-packages/taichi/examples/mass_spring_3d.py", line 62, in <module>
model = t3.Model(f_n=(N - 1)**2 * 4, vi_n=N**2, vt_n=N**2, f_m=1)
File "D:\python\Anaconda3\envs\XEngine\lib\site-packages\taichi_three\model.py", line 15, in __init__
self.L2W = Affine.var(())
AttributeError: type object 'Affine' has no attribute 'var'
btw how to realize fullscreen show in taichi?i can't find the option of gui in document,just change the resolution to 1920*1080 and still having title bar,any good advice?
unfortunately,then i encounter another error:
Oh I see, does https://github.com/archibate/taichi/blob/upgrade-ms-cloth-005/examples/mass_spring_3d.py with pip install taichi_three==0.0.5
work?
btw how to realize fullscreen show in taichi?
Actually our GUI don't support fullscreen at this moment.. Use an external GUI package for display like PyOpenGL
if you need that, and interface with Taichi using pixels.to_numpy()
.
btw how to realize fullscreen show in taichi?i can't find the option of gui in document,just change the resolution to 1920*1080 and still having title bar,any good advice?
This new feature is WIP in https://github.com/taichi-dev/taichi/pull/1921, thank for the cool idea!
Oh I see, does https://github.com/archibate/taichi/blob/upgrade-ms-cloth-005/examples/mass_spring_3d.py with
pip install taichi_three==0.0.5
work?
great it worked ! , so beautiful effect !
This new feature is WIP in taichi-dev/taichi#1921, thank for the cool idea!
that will be fantastic!,waiting you good news
frist time i run mass_spring_3d.py demo reminds me need taichi_three,after installed run again,it pops the error like this:
how to solve this problem? and btw i installed taichi_glsl too