Advertisement

Texture mapped outlines

Started by April 12, 2003 09:13 PM
1 comment, last by PinkCactus 21 years, 10 months ago
hi there in lesson 15 we learnt about texture mapped outline fonts. what i want to do now is basically the same effect as described in lesson 15, but with a company logo instead of characters. is there an easy way to create a depth effect similar to the one of the skull character? ps: i have the outlines of the logo stored in a black and white picture thanks in advance for your help simon
the problem is that fonts are vector images, ie, you can magnify them as much as you want and they still stay smooth and sharp.. an bitmap on the other hand has a set level of detail.. what I mean by this is with a bitmap, there isn''t really anything to get vertices from, whereas with a vector image, it''s easy...
you could, say, generate a heightmap off the data, but this has the problem that the edges will look extremly jagged, and pretty ugly. You could, of course, do something different, like have a very large number of slightly transpernt, additive quads, slightly apart. That gives a nice depth blur like effect. if you know what i mean.

| - Project-X - my mega project.. getting warmer - | - adDeath - an ad blocker I made - | - email me - |
Advertisement
thanks for your reply!

would there be a way to do it if i had a vectorized version of the logo? i should be able to get that somewhere or do it myself if necessary.

greets
simon

This topic is closed to new replies.

Advertisement