POV-Ray : Newsgroups : povray.general : Colour from single trace : Re: Colour from single trace Server Time
29 Apr 2024 09:04:46 EDT (-0400)
  Re: Colour from single trace  
From: Le Forgeron
Date: 15 Nov 2018 12:08:28
Message: <5beda80c$1@news.povray.org>
Le 14/11/2018 à 11:05, And a écrit :
> In my imagine there is another function traceUvMap(start_point, direction)
> return the uv-map <u, v>

Objections, my dear:
1. usual SDL is lowercase, and words are separated with underscore, not
Camel syntax (as Uppercase is reserved to users)

2. trace() requires an object, as the whole scene is not yet available,
and you might trace to defined but not present in scene object

So it would rather looks like
trace_uv_map( object, start_point, direction)


Post a reply to this message

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