var fDesc=new Array(); fDesc[0] = "Luuv is a plugin that enables import and export of Wavefront .OBJ files and their corresponding .MTL files directly from trueSpace. If your workflow uses .OBJ files there should be no need to use external translation programs.
The Wavefront .OBJ file format is nice for this because it does not require the model to be triangulated - perfect for UV mapping sub-division surface models."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }