RE: New Parts for LGEO Library
2018-02-07, 12:44 (This post was last modified: 2018-02-07, 12:46 by Michael Horvath.)
2018-02-07, 12:44 (This post was last modified: 2018-02-07, 12:46 by Michael Horvath.)
I am rendering an old LGEO scene, but with your new parts library. When I try to render the scene it quits when it asks for "lg_2582_slope" which it can't find. Do you know what might be the issue? Thanks.
The model was generated using L3P.exe.
Code:
//// Part 2582.dat
#ifndef (_2582_dot_dat)
#if (L3Quality > 0)
#ifndef (lg_2582)
#include "lg_2582.inc"
#end
#end
#declare _2582_dot_dat = #if (L3Quality = 0) box { <-40,-4,-30>, <40,72,10> } #else object {
// Hinge Panel 2 x 4 x 3 & 1/3
lg_2582
transform L3LgeoToLDraw
}
#end
#declare _2582_dot_dat_clear = #if (L3Quality = 0) box { <-40,-4,-30>, <40,72,10> } #else object {
// Hinge Panel 2 x 4 x 3 & 1/3
lg_2582_clear
transform L3LgeoToLDraw
}
#end
#if (L3Quality > 0)
#declare _2582_dot_dat_slope = object {
// Hinge Panel 2 x 4 x 3 & 1/3
lg_2582_slope
transform L3LgeoToLDraw
}
#end
#end // ifndef (_2582_dot_dat)
The model was generated using L3P.exe.