mocobt

Results 5 comments of mocobt

I calculated the averages of the all subsets of joint coordinates and compared between the values and "center" values. However, they aren't always equal to the "center" values. I think...

I have also the same problem. Environment - osx Catalina 10.15.4 - clang 11.0.3.11030032 - cmake 3.17.0 - brew 2.2.15 CMakeLists.txt ``` find_package(OpenVDB CONFIG REQUIRED) ``` Error ``` CMake Error...

@DragonLiu1 Hi, I created tiny demo https://github.com/j20232/vdb_sample ```c # tbb find_library(TBB_LIBRARY tbb HINTS /usr/local/lib) # openexr find_library(HALF_LIB half HINTS /usr/local/lib) # openvdb list(APPEND SAMPLE_INCLUDE_DIR /usr/local/include) find_library(OpenVDB_LIBRARY openvdb HINTS /usr/local/lib) ##...

Thank you for your response. I hope you to share some codes. Actually, I am also a Ph.D student and start to study MPM. In GitHub, there are some implementation...

This issue is very informative for me. I'm also a graphics student who wants to use TAICHI. I'll also try to render TAICHI's outputs with Houdini. Thank you!