POV-Ray : Newsgroups : povray.newusers : Using models in povray : Re: Using models in povray Server Time
29 Jul 2024 06:20:03 EDT (-0400)
  Re: Using models in povray  
From: Stephen
Date: 22 May 2006 05:40:01
Message: <web.447185c9710e0b96c6b359800@news.povray.org>
"Roman Reiner" <lim### [at] gmxde> wrote:
> "Brandon (newbie)" <nomail@nomail> wrote:
> > Well, I have a program that can export my model into an include file. if I
> > do this, how would I use it?
>
> simply by including that file to your scene: #include "nameofthefile.inc"

Depending on how your include file is composed, you might have to call the
model as well

#include "nameofthefile.inc"

object { mymodel
// scale, rotate, translate if required
}

Stephen


Post a reply to this message

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