Hello there,
I've been lurking in the shadows for years, but decided to join in.
While rendering two of my models I found out that the part lg_48933 that comes with the AIOI looks like this:
After testing for a while, the solution turned out to be simple, the first instance of:
Should read like this:
And the file now renders correctly, like this:
Here is the file itself.
lg_48933.inc (Size: 41.2 KB / Downloads: 2)
Hope that helps. Admins please, redirect this post if necessary.
I've been lurking in the shadows for years, but decided to join in.
While rendering two of my models I found out that the part lg_48933 that comes with the AIOI looks like this:
After testing for a while, the solution turned out to be simple, the first instance of:
Code:
scale <-1, 1, 1>
Should read like this:
Code:
scale <1, -1, 1>
And the file now renders correctly, like this:
Here is the file itself.
lg_48933.inc (Size: 41.2 KB / Downloads: 2)
Hope that helps. Admins please, redirect this post if necessary.