POV-Ray : Newsgroups : povray.bugreports : Error with big *.inc file : Re: Error with big *.inc file Server Time
25 Apr 2024 00:09:18 EDT (-0400)
  Re: Error with big *.inc file  
From: Alex
Date: 29 Aug 2014 16:50:01
Message: <web.5400e66f9ede3cc40e8111a0@news.povray.org>
"LanuHum" <Lan### [at] yandexru> wrote:
> "Alex" <ale### [at] hotmailcom> wrote:
> > "LanuHum" <Lan### [at] yandexru> wrote:
> > > It would be desirable to learn as well as where such model is created?
> >
> > First some good news: I've found a way around the problem... splitting up all
> > the data from the big *.inc file and then simply writing multiple smaller *.inc
> > files does the job ;-)!
>
> How it can be done with one object?
> I created from the Mesh_tracts_big.inc the OBJ file - 1.1 GB.
> The Blender falls when importing
>
> >
> > Second, to answer your question, I've created this model of brain fiber
> > trajectories based on diffusion MRI data. Want to know more? See
> > http://providi-lab.org
> >
>
> Thanks!

Now, I actually use multiple objects. For example:

object{
#include "F:\Data\POV_RAY\Mesh_tracts_1.inc"
}
object{
#include "F:\Data\POV_RAY\Mesh_tracts_2.inc"
}
object{
#include "F:\Data\POV_RAY\Mesh_tracts_3.inc"
}
object{
#include "F:\Data\POV_RAY\Mesh_tracts_4.inc"
}
object{
#include "F:\Data\POV_RAY\Mesh_tracts_5.inc"
}

Cheers,
-A


Post a reply to this message

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