Planes’ Material

Note

If you do not know what Materials are, don’t worry: a lesson about Materials is being written. In the meantime, you will find more information on Unreal Engine guide

You probably noticed that Planes created with the default paramaters always get blue cross on it. It is made to materialized the Plane you will be drawing on. However, it can be a little oppressive, so let’s see how to get rid of this blue grid.

From the Settings Menu

Click on the icon with a gear in the Sequencer’s top bar to display various settings.

../../_images/settings-planes-default.png

Here you can:

  • change the background colour and alpha (transparent / opaque)

  • change the grid colour

  • change the grid type

  • change the color of the Light Table

../../_images/settings-planes-gear.png

Here are 2 different configurations:

  • BG : 50% transparent with a black crosshair

../../_images/settings-planes-sample1.png
  • BG : 100% transparent and no grid

../../_images/settings-planes-sample2.png

Changes done here will affect the “Master” Material. It means it will affect all Planes’ Materials already created and the ones to be added later.

Edit Master from Drawing

If you right click on a Drawing Key, you will be displayed this menu:

../../_images/settings-planes-master.png

You will be displayed the Master Material Instance. In the panel Details, you will find the same parameters as in the Setting Menu from the Sequencer’s top bar. You will also find additional parameters as the Blend Mode and the Shading Model.

../../_images/settings-planes-master-details.png

Tip

Do not forget to save your changes to apply them on all the existing Drawings and the ones to be added later.

Edit Default Material configuration

You can change the default Material in the Content Browser “Plugins” ▸ “EPOS Content” and edit the asset “M_Plane”.

../../_images/settings-material.png

Note

Make sure you have the admin rights to save the default Material, as it will change the original configuration of Odyssey (especially if the software is installed in C:Program Files)