|
|
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
|
|