is there a way to make two planes intersect and have a transparent texture of some kind projected orthographically onto it so that it appears three dimensional? or am i retarded?
>>620181what in hell
>>620181I'll have what he's having
>>620181you mean how grass was made in older games?
>>620181Like a hologram?
>>620181http://wiki.polycount.com/wiki/Foliage
>>620181You would have to write a screen-aligned shader that displays a texture based on the texturecoordinate of the pixel.Are you trying to make FX cards or FX trails or foliage or something else? It sounds like what you want is FX cards, which are generally just squares that constantly rotate to face the camera position.
>>620625Im trying to simulate a 3d object perfectly using orthographic projection of a texture plane. Like its not actually intersecting visually its a 3d model to you.