Community
Arnold for Cinema 4D Forum
Rendering with Arnold in CINEMA 4D using the C4DtoA plug-in.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to prevent tiling?

2 REPLIES 2
Reply
Message 1 of 3
elik
455 Views, 2 Replies

How to prevent tiling?

How do you prevent Arnold from tiling? I shut of the tiling in the tag and auto-tiling in render settings, but the texture still tiles.

Tags (1)
Labels (1)
2 REPLIES 2
Message 2 of 3
madsd
in reply to: elik

What happens if you evaluate this OSL shader?

I forced the wrap to default, which is just printing the texture 1 time.


shader noTileBitmap

(
string tex = ""[[string widget = "filename"]],
point  Pos   = point(u,v,0),
float s = 1,
output color Out = 0, 
)
{
Out = texture(tex,Pos[0]*s,1-Pos[1]*s, "wrap", "default" );
}


7761-1.png

Message 3 of 3
peter.horvath6V6K3
in reply to: elik

You have auto tx and use existing tx disabled, right?

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report