Geometrical Patterns in Material...cool effect

General discussion about Indigo Materials - material requests, material developement, feedback, etc..
Post Reply
3 posts • Page 1 of 1
thednx
Posts: 58
Joined: Mon Jul 18, 2011 11:38 am

Geometrical Patterns in Material...cool effect

Post by thednx » Thu Apr 11, 2013 6:28 pm

Hi,

I got a colleague interested in Indigo: he started playing around with the material editor and came up with this material.

Cant wait to see what effects one could create when tweaking it and using it on geometry ;-)
Attachments
#Test_Material_8.jpg
<?xml version="1.0" encoding="utf-8"?>
<scenedata>
<material>
<name>previewmaterial</name>
<diffuse>

<displacement>
<shader>
<shader><![CDATA[
def eval() real :
noise(getTexCoords(0))*0.05
]]></shader>
</shader>
</displacement>

<albedo>
<shader>
<shader><![CDATA[
def eval(vec3 pos) vec3 :
if( fract(doti(getTexCoords(0))*3.000) <= 0.5000,
if (fract(dotj(getTexCoords(0))*3.000) <= 0.5000, vec3(0.9, 0.0, 0.0), vec3(0.2, 0.4, 0.6) ),
if (fract(dotj(getTexCoords(0))*3.000) >= 0.5000, vec3(0.9, 0.0, 0.0), vec3(0.2, 0.4, 0.6) )
)
]]></shader>
</shader>
</albedo>

<layer>0</layer>
</diffuse>
</material>
</scenedata>

User avatar
Zom-B
1st Place 100
Posts: 4700
Joined: Tue Jul 04, 2006 4:18 pm
Location: ´'`\_(ò_Ó)_/´'`
Contact:

Re: Geometrical Patterns in Material...cool effect

Post by Zom-B » Thu Apr 11, 2013 6:41 pm

That one looks like the Displacement on the small bubbles inside the TestSphere went wild ^^

You can see that bubbles here for example:
Image

Looks like that needs to be fixed...
polygonmanufaktur.de

User avatar
CTZn
Posts: 7240
Joined: Thu Nov 16, 2006 4:34 pm
Location: Paris, France

Re: Geometrical Patterns in Material...cool effect

Post by CTZn » Sun Apr 14, 2013 2:36 am

For ISL I used to use a square with default UVs (1x1) fitting an orthogonal camera.

Make the square width of the camera's aperture and done fitting.
obsolete asset

Post Reply
3 posts • Page 1 of 1

Who is online

Users browsing this forum: No registered users and 24 guests