Difference between revisions of "Tutorial/Shaders"

From BRL-CAD
(Added first image)
Line 6: Line 6:
 
1.Create the model (in our case a sphere: my.sph) and save it as a combination/region(sph.r).
 
1.Create the model (in our case a sphere: my.sph) and save it as a combination/region(sph.r).
  
[[image: ShadersShot1.png | Creating a sphere in MGED]]
+
[[image: ShadersShot1.png | Creating a sphere using MGED]]
 
   
 
   
 
2. Go to the “Edit” button on your Graphics Window/Command Window then click “Combination Editor” button.
 
2. Go to the “Edit” button on your Graphics Window/Command Window then click “Combination Editor” button.

Revision as of 19:18, 11 January 2013

Shaders

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).

Creating a sphere using MGED

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

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.

4. Hit the “Show Shader” button.

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.)

Default:


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:


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.


Example


You should note that the ordering of the shaders matter.

If you change their order...

You get...

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