POV-Ray : Newsgroups : povray.beta-test : Bug when loading big 'inc' files : Bug when loading big 'inc' files Server Time
17 May 2024 18:30:46 EDT (-0400)
  Bug when loading big 'inc' files  
From: Alex
Date: 5 Sep 2012 11:40:01
Message: <web.504772209c77b968db8ca50@news.povray.org>
Hi,

I encounter a an error that does not make sense to me (using version
3.7.0.RC6.msvc10.win64 on a Win 7 64 bit OS with 32 GB RAM). See here for the
details of the error report:
http://www.isi.uu.nl/People/Alexander/misc/Error_message_POV.pdf

The code for the *.pov file is shown below.

Here you can download the *.inc files:
http://www.isi.uu.nl/People/Alexander/misc/Inc_files.zip

I added a small one that works fine. But the big file, which has an identical
format, creates the error. So it seems size does matter ;-)!

Any suggestions on how to tackle this problem? Or am I doing something wrong (in
that case, sorry to have waisted your time)?

Kind regards,
Alexander



////////////////// Start of code ///////////////////////

#version 3.7;
global_settings{assumed_gamma 2.2}
#declare F_tracts = finish { ambient .1 diffuse .7 phong .5  phong_size 5}
background{ color rgb<0, 0, 0>}
object{
#include "F:\Data\POV_Ray_Results\Mesh_tracts_small.inc" // (1) adjust path; (2)
when you change "Mesh_tracts_small" to "Mesh_tracts_big", the error occurs...
}
#declare CT = <113.7829,108.446,70.6662>;
#declare CP = <-95.7177,519.586,394.4953>;
#declare UV = <0.3085,-0.48658,0.81735>;
#declare CA = 23.6803;
#declare deg = 360;
#declare LP = <192.868,537.4052,427.7816>;
camera {
perspective
location CP
sky UV
right x*image_width/image_height
angle CA
look_at CT
}
light_source { LP colour rgb 1
area_light <86.9553,-137.1498,230.3837>, <238.0515,150.9286,0>,10,10
adaptive 1
circular
jitter
}

/////////////////////// End of code ///////////////////////////


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.