Page 1 of 1

MATCAP textures in Octane, ORBX demo scene.

Posted: Sun Dec 23, 2018 11:03 am
by calus
simple OSL projection node for matcap textures used in toon material.

Code: Select all

shader matcapProjection(
    output point uvw = 0)
{
	uvw = transform ("camera", N) *0.5 + 0.5;
}
Matcap_demo.orbx
(4.38 MiB) Downloaded 569 times
octane_2018-12-23_11-50-32.png

Re: MATCAP textures in Octane, ORBX demo scene.

Posted: Tue Dec 25, 2018 8:23 am
by smicha
Great work. Thank you.

Re: MATCAP textures in Octane, ORBX demo scene.

Posted: Fri Aug 04, 2023 10:57 pm
by Kalua
Thanks!
Was looking for this OSL to make matcap to work with Octane!
Nice shaders too!

Re: MATCAP textures in Octane, ORBX demo scene.

Posted: Mon Aug 07, 2023 6:54 am
by bepeg4d
Hi Kalua,
Matcap projection is already available from a long time, no need to use an OSL projection node anymore:
IMG_9292.jpeg
ciao,
Beppe