Tutorial/Shaders

From BRL-CAD

Shaders[edit]

A shader is a way to assign visual material properties to geometry. They are applied to regions.

To apply a shader to a specific region:

1.Create the model (in our case a sphere: my.sph) and save it as a combination/region(sph.r).

Create a Sphere Using MGED

2. Go to the “Edit” button on your Graphics Window/Command Window then click “Combination Editor” button.

MGED Edit Menu

3. A new window will open. Hit the button on the right of the Name zone, click “Select from all” and chose the region you want to edit.

474.75px

4. Hit the “Show Shader” button.

Show Shader

5. The window will change and you will be able to see the appearance properties of your region. Default shader for unspecified geometry is “plastic”. You can edit it by choosing from the list that opens if you click the button on the right of the shader zone.

For you to get the 3D shape you have to raytrace your model. To do that you must write in the Command Window “B sph.r” and then “rt”, after avery change you make to your model. A new window will open with the raytraced model.

(sph.r is the example model. Where sph.r is written you should write your models name.)

508.5px

Default:

391.5px Modifying Attributes Object Properties

6. Change the Transparency, mirror reflectance, Specular reflectivity, Difuse reflectivity, Refractive index, Extinction, Shininess and Emission values, raytracing at the same time, so you can find the shader you want.

Blue mirror:

Blue Mirror Attributes 391.5px

7. If you want to apply more then one material property you can choose stack from the list. Use the “Add shader” button to add as many shaders you want.

Add Shader


Example:

391.5px 391.5px

You should note that the ordering of the shaders matter.

If you change their order...

391.5px

You get...

391.5px

Here you can find an Introduction to MGED and Shaders presentation: Documentation