garrysmod-issues
garrysmod-issues copied to clipboard
$Bumptransform doesn't work
Details
$Bumptransform doesn't work in garry's mod. $bumpmap is always transformed with $basetexture based on $basetexturetransform which is not correct. The texture and bump must transform independently of each other.
Steps to reproduce
working -> $basetexturetransform "center 0 0 scale 2 2 rotate 0 translate 0 0" NOT working -> $bumptransform "center 0 0 scale 4 4 rotate 0 translate 0 0" This needs to be fixed =)