Forum: Poser - OFFICIAL


Subject: Sort of new way to make walls.

ohman opened this issue on Jun 19, 2000 ยท 13 posts


ohman posted Tue, 20 June 2000 at 12:54 AM

In the case shown i just opened the .obj-file in notepad and multiplied all values in the vt lines by two: vt 0 0 => vt 0 0 vt 0 0.5 => vt 0 1 vt 0 1 => vt 0 2 vt 0.5 0 => vt 1 0 vt 0.5 0.5 => vt 1 1 vt 0.5 1 => vt 1 2 vt 1 0 => vt 2 0 vt 1 0.5 => vt 2 1 vt 1 1 => vt 2 2 Works fine for a simple object. /Ohman