Hi!
Is there a VRay Dome camera shader for Mantra?
I tried the lens curvature parameter, but it seems like the VRay Dome camera has a different distortion that cannot be expressed with a single curvature coefficient.
Thanks a lot!
Nhat
Vray Dome Camera
5334 3 1- Phong
- Member
- 65 posts
- Joined: 7月 2008
- Offline
- Phong
- Member
- 65 posts
- Joined: 7月 2008
- Offline
So I looked into the domemaster projection and it's supposedly an azimuthal equidistant projection. I found a formula here to convert from lat/long coordinates to x/y values:
http://lazarus.elte.hu/~guszlev/vet/equation/dspostel.htm [lazarus.elte.hu]
q = (PI/2) - latitude
x = q * sin(longitude)
y = q * cos(longitude)
Since x and y are given as a lens shader parameter, I'm interested in the latitude and longitude and thus I want to reverse this formula. However I get stuck when I want to solve for latitude or longitude because it always requires the other angle. Any ideas?
http://lazarus.elte.hu/~guszlev/vet/equation/dspostel.htm [lazarus.elte.hu]
q = (PI/2) - latitude
x = q * sin(longitude)
y = q * cos(longitude)
Since x and y are given as a lens shader parameter, I'm interested in the latitude and longitude and thus I want to reverse this formula. However I get stuck when I want to solve for latitude or longitude because it always requires the other angle. Any ideas?
- mark
- スタッフ
- 2619 posts
- Joined: 7月 2005
- Offline
Phong
So I looked into the domemaster projection and it's supposedly an azimuthal equidistant projection. I found a formula here to convert from lat/long coordinates to x/y values:
http://lazarus.elte.hu/~guszlev/vet/equation/dspostel.htm [lazarus.elte.hu]
q = (PI/2) - latitude
x = q * sin(longitude)
y = q * cos(longitude)
Since x and y are given as a lens shader parameter, I'm interested in the latitude and longitude and thus I want to reverse this formula. However I get stuck when I want to solve for latitude or longitude because it always requires the other angle. Any ideas?
It should be pretty straightforward to write a lens shader then:
http://www.sidefx.com/docs/houdini13.0/props/mantra#lensshader [sidefx.com]
In SHOPs, you can put down an ASAD Lens shader, and look at the code in the type properties. Create a new lens shader, then choose the “Lens Shader” projection in the camera object.
- anodin
- Member
- 37 posts
- Joined: 4月 2013
- Offline
-
- Quick Links