You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: functions/Element/setElementAlpha.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,9 @@ shared: &shared
23
23
preview_images:
24
24
- path: setElementAlpha.png
25
25
description: Player ped alpha demonstration. Shown alpha levels are 255, 100 and 0 (left to right).
26
+
notes:
27
+
- type: info
28
+
content: After setting the alpha of an object that is normally opaque, you may run into transparency rendering issues - looking through the object might not render correctly. To fix this, use [[engineSetModelFlag]] and set the `draw_last` flag, then restream the model, for example via [[engineRestreamModel]] or another method.
0 commit comments