Hi Guys,
I was looking at this http://maneki.sh/tools/toon/ and one thing I was wondering was the old school matcap I find a OSL script may be interesting for you Guys!
Also I think is possible to add more lines for sure I find some lines online but add exposure contrast and etc. would be really interesting. Please share if you have something better.
Cheers,
JO
OSL Matcap
Forum rules
NOTE: The software in this forum is not %100 reliable, they are development builds and are meant for testing by experienced octane users. If you are a new octane user, we recommend to use the current stable release from the 'Commercial Product News & Releases' forum.
NOTE: The software in this forum is not %100 reliable, they are development builds and are meant for testing by experienced octane users. If you are a new octane user, we recommend to use the current stable release from the 'Commercial Product News & Releases' forum.
- Jolbertoquini
- Posts: 1067
- Joined: Sun Aug 31, 2014 7:08 am
- Location: London
- Contact:
- Attachments
-
- Matcap.orbx
- Orbx scene
- (48.28 MiB) Downloaded 245 times
-
- matcap
- zbrush.png (90.91 KiB) Viewed 1303 times
-
- carpaint matcap
- carpaint.png (104.71 KiB) Viewed 1303 times
Octane Render for Maya.
https://vimeo.com/jocg/videos
https://www.linkedin.com/in/jocgtd
http://www.hmxmedia.com/
--------------------
Join MAYA OCTANE USERS Skype discussion here :
https://join.skype.com/LXEQaqqfN15w
https://vimeo.com/jocg/videos
https://www.linkedin.com/in/jocgtd
http://www.hmxmedia.com/
--------------------
Join MAYA OCTANE USERS Skype discussion here :
https://join.skype.com/LXEQaqqfN15w
Hi Jo,Jolbertoquini wrote: Please share if you have something better.
I prefer to use an OSL projection node for that :
Code: Select all
shader matcapProjection(
output point uvw = 0)
{
uvw = transform ("camera", N) *0.5 + 0.5;
}
Pascal ANDRE