Garry's Mod Wiki

ProjectedTexture:SetNoCull

  ProjectedTexture:SetNoCull( boolean enable )

Recently Added

This was recently added in version (2024.10.09). It might only be available on the Dev Branch right now.

Description

Allows disabling of projected texture view-frustum culling for cases where said culling creates unwanted side effects. Disabling culling will have a negative effect on performance.

Arguments

1 boolean enable
false to enable culling (default), true to disable.