zhangxaochen
zhangxaochen
Currently compileSdkVersion=targetSdkVersion=31, maybe it could be downgraded if not necessary?
@puzzlepaint Gotcha~ Thank you very much for your kindly explanation 👍
Thanks for your reply~ I don't quite understand the words **one-off tests** (not use the PR quite often...), could u explain it a bit? Does that mean I should close...
Hi @gerwang , I'm reading your code snippet of "estimating spherical harmonic lighting", but get confused about this code: 1. what's the albedo image `local A = Array("A", float, {WH},...
Hi @gerwang Thank u for your answer~ I'm also curious about the `dimlist` parameter in the Graph spec: > ``` > graph = Graph(name, problemparams_position_of_graph_size, > {vertexname, dimlist, problemparams_position_of_indices}*) >...
hi @gerwang , as the doc says: > dimlist is a Lua array of dimensions (e.g., {W,H}). Arrays can be 1, 2, or 3 dimensional. So I'm just wondering if...
forgot to say, the Opt file **compute_lighting.t** is like: ``` local N,UUU = Dim('N', 0), Dim('U-SHIT', 1) local L_coeffs = Unknown("L_coeffs", opt_float9, {UUU}, 0) --写ć»9 local D_i = Array('D_i', opt_float,...
I've got the same problem, NOTE that when try `sudo apt-get install libqglviewer-dev` as @better629 said, I have to uninstall the old qglviewer via `make uninstall`. Then build succeed.
It's 2019 now... Wish there is a chance to see the source code released... @lhanaf