How to control texture repetition on my model. texture is applied by map_Kd texture.png in .mtl file
newmtl material_0
Ns 10.000000
Ni 1.500000
d 1.000000
Tr 0.000000
Tf 1.000000 1.000000 1.000000
illum 9
stren 0.000000
Ka 0.588000 0.588000 0.588000
Kd 0.890196 0.847059 0.768628
Ks 0.000000 0.000000 0.000000
Ke 0.000000 0.000000 0.000000
map_Kd logo.png
logo.png is a logo on dress so it display on whole dress by repeating so many time i just want it to show without repetition on whole dress. Or repet only some times I found -clamp on option to stop repetition here http://people.sc.fsu.edu/~%20jburkardt/m_src/obj_reader/help%20file%20format/MTL_format.html but not work. I used this like
map_Kd -clamp on logo.png
but it now work. Please help me.