POV-Ray : Newsgroups : povray.newusers : Including my own objects : Re: Including my own objects Server Time
28 Jul 2024 18:25:31 EDT (-0400)
  Re: Including my own objects  
From: Jan Dvorak
Date: 10 Nov 2007 01:18:32
Message: <47354d38@news.povray.org>
lafferjm napsal(a):
> If i rendered some objects using anim8tor and then converted them to a povray
> file using ani2pov, how would i include my own objects in a scene?
> 
> 
try using
#include "myObj.pov"
.

If that doesn't make any difference itself then you can just use 
object{myObj ...} .
If that does display the object (I don't expect that) you use
#declare myObj=
union{ //just in case
   #include "myObj.pov"
}


Post a reply to this message

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