Hi Philip,

Have a look at osg::AutoTransform, if this does't fit then just roll
your own cull callback to do the job, or write your own custom
Transform node.

Robert.

On Fri, Jul 18, 2008 at 8:58 PM, Tessier, Philip <[EMAIL PROTECTED]> wrote:
> Hello, all:
>
> I have an object in my scene that I need to render to at least one
> pixel.  It's generally a fairly small object (in a 3-D scene).  It
> renders fine up close.  I need to force it to render to something (at
> least one pixel) regardless of its distance from the camera.
>
> I have thought of artificially moving it closer, or scaling it larger,
> but I was wondering if there is, instead, some attribute I can give it
> that says, "render me even if I'm small."
>
> Thanks,
> Phil
>
> Philip A. Tessier
> Northrop Grumman IT
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to