|
|
#undef Spline causes fatal errors:
//---------------8<-----------------------
#declare Spline =
spline {
cubic_spline
-.25, <0,0,-1>
0.00, <1,0,0>
0.25, <0,0,1>
0.50, <-1,0,0>
0.75, <0,0,-1>
1.00, <1,0,0>
1.25, <0,0,1>
}
#undef Spline
//---------------8<-----------------------
3.5.beta.13.icl.win32 :
#undef Spline <----ERROR
Parse Error: Expected 'undeclared identifier', spline identifier found
instead
---------------------------
3.5.beta.13.msvc.win32 :
internal error,
Returned from renderer due to access violation exception
(PIII-1000 512Mb Win2000)
Gleb
Post a reply to this message
|
|