Is there any difference with performance/resources if a texture is tiled 100 times vs. once?
This forum is now archived!
- Welcome to the archive!
News:
The 3DRad community can be found at classdev.net.
- 3D Rad - Free 3D game maker - Forum >
- General Category >
- 3D Rad - Optimization Tips >
- Texture Tiling Performance Question
Author Topic: Texture Tiling Performance Question (Read 795 times)
uuuuh... yeah, i think so... especially if the object on which the tiled texture is being applied is also being "impostered" a number of times...
the size of the texture should also be factored in...
to be sure... put a value print in the project, link it to one of the scripts, and have it display iFrameRate(true) results... that should provide you with an answer to your question...
--Mike
the size of the texture should also be factored in...
to be sure... put a value print in the project, link it to one of the scripts, and have it display iFrameRate(true) results... that should provide you with an answer to your question...
--Mike
jestermon
The question is very vague, since it can mean almost anything.
Assuming you mean that you are using the same texture. Then there is no difference. The texture maps to the model by way of it's UV's
http://en.wikipedia.org/wiki/UV_mapping
If however you mean using a small texture which you tile, as apposed to a large texture that covers the entire model, then there is a major difference.
Resource wise the larger texture takes more space, and takes a few nano seconds more to render than a smaller texture.
Well, well .. replied at the same time *snap*
Assuming you mean that you are using the same texture. Then there is no difference. The texture maps to the model by way of it's UV's
http://en.wikipedia.org/wiki/UV_mapping
If however you mean using a small texture which you tile, as apposed to a large texture that covers the entire model, then there is a major difference.
Resource wise the larger texture takes more space, and takes a few nano seconds more to render than a smaller texture.
Well, well .. replied at the same time *snap*
Assuming you mean that you are using the same texture. Then there is no difference.
That's what I was asking. Example: If you have a box (12 poly's) 1 texture 64x64. That one texture could be evenly mapped to all 6 sides of the box once or UV wrapped a 100 times to each 6 sides of the box. Either way there should not be any difference in performace, correct?
i just ran a test and the results show that there is no appreciable degradation in performance...
i would've thought that there would've been...
--Mike
i would've thought that there would've been...
--Mike
Pages: [1]