Community
Arnold General Rendering Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Why should I use TX textures with Arnold?

7 REPLIES 7
SOLVED
Reply
Message 1 of 8
lee_griggs
5220 Views, 7 Replies

Why should I use TX textures with Arnold?

 
Lee Griggs
Arnold rendering specialist
AUTODESK
Tags (2)
Labels (2)
7 REPLIES 7
Message 2 of 8
lee_griggs
in reply to: lee_griggs

When using Arnold it is best to use a tiled mip-mapped texture format such as .exr or .tx that has been created using maketx.

.tx textures are:

  1. Tiled (usually the tiles are 64×64 pixels).
  2. Mip-mapped.

Due to (1), Arnold’s texture system can load one tile at a time, as needed, rather than having to wastefully load the entire texture map in memory. This can result in faster texture load times, as texels that will never be seen in the rendered image will not even be loaded. In addition to the speed improvement, only the most recently used tiles are kept in memory, in a texture cache of default size 512 mb (can be tuned via options.texture_max_memory_MB). Tiles that have not been used in a long time are simply discarded from memory, to make space for new tiles. Arnold will never use more than 512 mb, even if you use hundreds, or thousands of 4k and 8k images. But then, if you only use a handful of 1k textures, this will not matter.

Due to (2), the textures are anti-aliased, even at low AA sample settings. Neither of these are possible with JPEG or other untiled/unmipped formats (unless you tell Arnold to auto-tile and auto-mip the textures for you, but this is very inefficient because it has to be done per rendered frame, rather than a one-time pre-process with maketx).

As this is a frequently asked question we have provided both the question and answer in this thread.

Lee Griggs
Arnold rendering specialist
AUTODESK
Message 3 of 8
josueselva
in reply to: lee_griggs

The problem I see is that it changes the color for converted files when rendering; is this normal? Thanks.

Original image JPG

2702-captura-phone-jpg-original.png

Converted tx image

2701-captura-phone-tx-converted.png

Message 4 of 8
lee_griggs
in reply to: lee_griggs

How are you converting them? Which plugin? How are you viewing these renders?

Lee Griggs
Arnold rendering specialist
AUTODESK
Message 5 of 8
Anonymous
in reply to: lee_griggs
Message 6 of 8
pproestos
in reply to: lee_griggs

@Lee Griggs we have to put .tx files at the same folder of original bitmaps to work or any other folder as long as it is added as custom path in max?

Message 7 of 8
Stephen.Blair
in reply to: pproestos

Please ask this a new question, thanks



// Stephen Blair
// Arnold Renderer Support
Message 8 of 8
pproestos
in reply to: Stephen.Blair

ok Stephen

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

Post to forums  

Autodesk Design & Make Report