DiscussionsIssue archiveVisualization and 3D Viewer

Archived discussion

how to prevent an object from being affected by light

Visualization and 3D ViewerFri, 06/26/2020 - 23:202 replies

Browse this forum
QuestionAuthor

Hello everyone, how to prevent an object from being affected by light, and at the same time light can affect other objects? Thank you all.

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

There is Graphic3d_TOSM_UNLIT shading model for drawing objects without lighting (Graphic3d_Aspects::ShadingModel() property).

02Commenter-2

Nice, thank you for this solution