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:
![[Image: 640x360.jpg]](https://bricksafe.com/files/RenderMOC/storage/Wedge%20Test%201%20%28broken%29.png/640x360.jpg)
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:
![[Image: 640x360.jpg]](https://bricksafe.com/files/RenderMOC/storage/Wedge%20Test%202%20%28fixed%29.png/640x360.jpg)
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:
![[Image: 640x360.jpg]](https://bricksafe.com/files/RenderMOC/storage/Wedge%20Test%201%20%28broken%29.png/640x360.jpg)
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:
![[Image: 640x360.jpg]](https://bricksafe.com/files/RenderMOC/storage/Wedge%20Test%202%20%28fixed%29.png/640x360.jpg)
Here is the file itself.
![.inc](https://forums.ldraw.org/images/attachtypes/blank.png)
Hope that helps. Admins please, redirect this post if necessary.