lidan233

Results 3 issues of lidan233

I find the serial numbers does not match the serial number of original coseg meshes? Can you provide the corresponding relationship by xml or json? Thank you very much!

大佬看下知乎

` ############algrithm############## @ti.func def determineRange(self, idx): l_r_range = ti.cast(ti.Vector([0, self.primitive_count-1]), ti.i32) if idx != 0: self_code = self.morton_code_s[idx][0] l = idx-1 r = idx+1 l_code = self.morton_code_s[l][0] r_code = self.morton_code_s[r][0]...