POV-Ray : Newsgroups : povray.newusers : Where is my object? : Re: Where is my object? Server Time
5 Sep 2024 10:29:48 EDT (-0400)
  Re: Where is my object?  
From: Greg M  Johnson
Date: 11 Feb 2001 12:01:57
Message: <3a86c585@news.povray.org>
Spock wrote:

> Now that it works I want to connect a couple of objects in my scene... but I
> don't know where they are.

#declare Imhere=min_extent(YourObject)/2+max_extent(YourObject)/2;

#debug str(Imhere.x,6,3)

#debug str(Imhere.y,6,3)

#debug str(Imhere.z,6,3)
#debug "\n"
// camera {location <0,0,-100> look_at Imhere }



Post a reply to this message

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