[Home](./index.md) > [three-loader-3dtiles](./three-loader-3dtiles.md) > [Runtime](./three-loader-3dtiles.runtime.md) > [setShading](./three-loader-3dtiles.runtime.setshading.md) ## Runtime.setShading() method Set the current shading mode for b3dm tiles. See [Shading](./three-loader-3dtiles.shading.md). Signature: ```typescript setShading(Shading: any): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | Shading | any | | Returns: void