Material badges alpha not showing in game
Re: Material badges alpha not showing in game
you can use only vehicle_tire and vehicle_tire_emissive shaders on the wheel. any other shader will not be drawn in game.
Re: Material badges alpha not showing in game
Re: Material badges alpha not showing in game
you can use vehicle_badge shader on "hub" object, it will have transparency. You can not use "vehicle_badge" shader on "wheel" object. The game will not render anything but vehicle_tire or vehicle_tire_emissive shader when drawing wheels.
Re: Material badges alpha not showing in game
oh.. I've just noticed you are not having an issue with the wheel itself and the badges shader is actually used on a brake caliper. There should be no issue if you do everything right. may be your texture is missing in game (the game can't find it or can't load it?) Assign any other transparent texture that is already used in a vehicle as a quick test - just to check whether something is rendered or not.
I've made a quick test - created a set of polygons, assigned a newly-created vehicle_badges material onto these polygons and used a test 32-bit RGBA texture with transparency (exported it as embedded in .yft file). Everything works as it should in game:
I've made a quick test - created a set of polygons, assigned a newly-created vehicle_badges material onto these polygons and used a test 32-bit RGBA texture with transparency (exported it as embedded in .yft file). Everything works as it should in game:
Re: Material badges alpha not showing in game
in game it doesnt appearOleg wrote: ↑Tue Nov 05, 2024 8:54 am oh.. I've just noticed you are not having an issue with the wheel itself and the badges shader is actually used on a brake caliper. There should be no issue if you do everything right. may be your texture is missing in game (the game can't find it or can't load it?) Assign any other transparent texture that is already used in a vehicle as a quick test - just to check whether something is rendered or not.
I've made a quick test - created a set of polygons, assigned a newly-created vehicle_badges material onto these polygons and used a test 32-bit RGBA texture with transparency (exported it as embedded in .yft file). Everything works as it should in game:
Screenshot 2024-11-05 195105.png
Re: Material badges alpha not showing in game
it should.
take any badge from the vehicle (that works in game), detach polygons, move and attache them to caliper. just to test things. if this works in game, then the issue is your original material or your original texture you've used earlier.
take any badge from the vehicle (that works in game), detach polygons, move and attache them to caliper. just to test things. if this works in game, then the issue is your original material or your original texture you've used earlier.