I have an alpha sheet that has several decal textures in it. Rather than making an entirely new texture I was wondering if there was some way of sampling a sub section of it and then using that as a material for a particle. It seams like there should be some way to do this but I can't figure anything out. If anyone has any…
THANKS DIVI, I got it working here is the result: Now i'm left wondering how good of an idea this is in the first place. Pros: Less textures need to be loaded into memory Cons: * More complex shader is needed to sample a sub section of a larger texture. * This texture can't be re-used for other parts of the mission without…
Thanks for the reply :) I don't think so because it looks like that system requires you to have an evenly divided texture. The texture i'm using is just a sheet of random images from all over the level. I wanted to pack a few particles in there to fill space since I already had an alpha chan. Dividing up the texture evenly…
maybe use the whole decal sheet on one material without extracting a part of it and just offset and scale it via the placement widgets to get just the part of the sheet to show up that you want at that position. http://udn.epicgames.com/Three/UsingDecals.html