There maybe a mistake in the code
At line 134 and 135, reconstruct_mesh.py:
a1 = 2*np.pi/np.sqrt(3.0)
a2 = 2*np.pi/np.sqrt(8.0)
I think the two np.sqrts are incorrectly added here. Please have a check.
At line 134 and 135, reconstruct_mesh.py:
a1 = 2*np.pi/np.sqrt(3.0) a2 = 2*np.pi/np.sqrt(8.0)I think the two
np.sqrts are incorrectly added here. Please have a check.
I think you are right, a1 is actually A_1^{hat} from An Efficient Representation for Irradiance Environment Maps. I have been checking this out for the whole morning.
At line 134 and 135, reconstruct_mesh.py:
a1 = 2*np.pi/np.sqrt(3.0) a2 = 2*np.pi/np.sqrt(8.0)I think the two
np.sqrts are incorrectly added here. Please have a check.I think you are right, a1 is actually A_1^{hat} from An Efficient Representation for Irradiance Environment Maps. I have been checking this out for the whole morning.
但是加不加好像结果都差球不多....