I'm trying to make Mantra Light Shader in VEX-builder.
I'm starter with vex, but already have some experience in RSL.
Where can I find in VOP's something like illuminate or solar loops?
(such as OP that I can find when create rsl_light shader - rsl_illuminate_loop VOP)
Mantra Light Shader
4858 4 2-
- wiTcHer
- Member
- 7 posts
- Joined: July 2006
- Offline
-
- symek
- Member
- 1390 posts
- Joined: July 2005
- Offline
-
- wiTcHer
- Member
- 7 posts
- Joined: July 2006
- Offline
-
- pbowmar
- Member
- 7046 posts
- Joined: July 2005
- Offline
Hey,
VEX doesn't have the same illuminate() and solar() functions, you basically roll your own.
Check out the VEX code in the VEX ASAD Light SHOP. You essentially use the dot product of normalized L and Lz and use a smooth() to make it into soft edged cone.
Cheers,
Peter B
VEX doesn't have the same illuminate() and solar() functions, you basically roll your own.
Check out the VEX code in the VEX ASAD Light SHOP. You essentially use the dot product of normalized L and Lz and use a smooth() to make it into soft edged cone.
Cheers,
Peter B
Cheers,
Peter Bowmar
____________
Houdini 20.5.262 Win 10 Py 3.11
Peter Bowmar
____________
Houdini 20.5.262 Win 10 Py 3.11
-
- wiTcHer
- Member
- 7 posts
- Joined: July 2006
- Offline
-
- Quick Links

