Transparency applied to the model on draw

This value may be ignored by some materials. Non-opaque values may result in artifacts as there is no specialized support for transparent models and the depth buffer.

Property definitions

gamnit $ Actor :: alpha
	# Transparency applied to the model on draw
	#
	# This value may be ignored by some materials.
	# Non-opaque values may result in artifacts as there is no specialized
	# support for transparent models and the depth buffer.
	var alpha = 1.0 is writable
lib/gamnit/depth/depth_core.nit:77,2--82,28