-
Book Overview & Buying
-
Table Of Contents
Direct3D Rendering Cookbook
In this recipe, we will create a Visual Shader Graph for use with our models that accepts multiple textures. This is necessary to include multiple textures, such as the diffuse texture and the normal and displacement maps, within the same material.
In order to specify multiple textures for the materials in our models with the Visual Studio graphics content pipeline, we need to implement a new Visual Shader Graph (.dgsl file) that allows the selection of additional textures:
Start by right-clicking on the project and selecting Add \ New Item….
Click on the Graphics node, and then click on Visual Shader Graph (.dgsl). We will name the file MultipleTextures.dgsl.
In order to improve the preview of the models when using this shader graph, you can copy the existing phong.dgsl from \Common7\IDE\Extensions\Microsoft\VsGraphics\Assets\Effects\ located in the Visual Studio installation directory (the default being C:\Program Files (x86)\Microsoft...
Change the font size
Change margin width
Change background colour