[Home](./index.md) > [three-loader-3dtiles](./three-loader-3dtiles.md) > [Runtime](./three-loader-3dtiles.runtime.md) > [setHideGround](./three-loader-3dtiles.runtime.sethideground.md) ## Runtime.setHideGround() method In point clouds wher the points are classified as `Ground`, hide the ground level points - Default: `false`. Signature: ```typescript setHideGround(boolean: any): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | boolean | any | | Returns: void