Garux / netradiant-custom

The open-source, cross-platform level editor for id Tech based games.
https://garux.github.io/NRC/
Other
301 stars 52 forks source link

Feature Request: Texture with alpha channel #129

Closed EugenyP closed 1 year ago

EugenyP commented 1 year ago

Texture alpha channel not showing in Camera window

Clip2net_230129211423

Garux commented 1 year ago

You need to request this explicitly by qer_alphafunc or qer_trans in your shaders.

EugenyP commented 1 year ago

You need to request this explicitly by qer_alphafunc or qer_trans in your shaders.

oh, it working thank you!