Rendered mode doesn't show objects transforming dynamically (C++)

Hi @dale,

I followed your sample Showing Objects Transforming Dynamically to have a getter that draws dynamic transformations on objects.

The problem is that the object is not dynamically shown when display mode is Rendered. All other modes (Shaded, Wireframe) work well.

Do you know how to display the object also in Rendered mode? It’s not important if it’s drawn as wireframe or shaded or with its default material.

I attach here the sample I used (I noticed the code in your link is a bit outdated). It lets the user select an object and define two points to translate it.

cmdSampleTranslate.cpp (5.0 KB)

Thank you very much,
Pablo

Hi @pagarcia,

Try this:

– Dale

That made the thing! Thank you @dale

Pablo