Xiang Feng
Xiang Feng
Same...I use `gpu_rgb` too. Following is my rendering loop: ``` for asset in asset_list: for envmap in envmap_list: for envrot in range(0,360,10): ek.cuda_malloc_trim() scene = load_string(build_scene(...)) scene.integrator().render(scene, scene.sensors()[0]) film =...
@jim19930609 Discovering a new problem in mpm88, probably I should open a new issue, but I will post it here though. According to slides of GAMES201 Lec08, constitutive model of...
Is there any update?
Here is the python wrapper repo [pyatlas](https://github.com/f1shel/pyatlas)
I noticed that the helper functions related to gutters are missing in the current library, which prevents me from creating a texture atlas with texel filled in the gutter area....