Lina Muryanto

Results 2 issues of Lina Muryanto

vcs with vtk 9.0.0.rc3 shows antialiasing issue. Jason narrowed it down to a maybe issue with vtk - calling GetMultiSample() after Render() is returning 0, different from what was returned...

I ran this in 'jupyter notebook' `[1]: # Sample data import requests r = requests.get("https://cdat.llnl.gov/cdat/sample_data/clt.nc",stream=True) with open("clt.nc","wb") as f: for chunk in r.iter_content(chunk_size=1024): if chunk: # filter local_filename keep-alive new...