Hi !
I would have a question regarding the use of camera.
I set a camera in my shoulder model to record the scapular motion. This works fine.
My problem is that I have a reflect on the bone due to the light set in the scene. This reflect makes my bone difficult to visualize. Would it be possible to delete this light, or to change its orientation ? If yes, how ? I found how to change the background color but have been unable to find any other parameters in the reference manual.
I don’t think we currently have a functionality for controlling the lights directly, but it’s possible to specify the reflectivity for a drawing object.
This can be done by putting a AnyStyleDrawMaterial1 object inside your drawing object, and using it to control how the drawing object is rendered.
In this situation I would recommend setting the SpecularRGB value to the same value as the color of your bone. This will effectively remove the reflectivity from the bone.
Hi,
Thank you for your answer ; however it has only little effect (see pictures attached, I still have the reflect…).
Maybe should I tell that, in fact, the problematic segment is not a bone but a stl object. I used the AnySurfSTL function to integrate it in the model and the AnyDrawSurf function to color and scale it :