Mousepointer

Started by
4 comments, last by Starfox 15 years, 10 months ago
Hi, i need to draw my own mousepointer for a 3D application, im writing. I tried drawing it with triangles, but it doesnt really look very well. Anyone got any ideas, how to draw an good-looking mouse pointer? Or any ideas what it should look like? Thanks Alex
Advertisement
Want the top of good-looking? An ortho-projected quad, with a texture and a signed distance field (May I suggest Jonathan "lonesock" Dummer's SDF generation tool?)

- Sherief
Holy crap I started a blog - http://unobvious.typepad.com/
Do you have an screenshot of that?
Of what, the pointer or igned distance fields? I have a pic comparing signed distance fields with alpha testing, smoothstep() and normal alpha blending, if you'd like it.
Holy crap I started a blog - http://unobvious.typepad.com/
Yes, that would be great.


Counter clockwise, from top left: Alpha tested; alpha blended; difference higlight; smoothstep()-ed. Credits for the texture go to Jonathan "lonesock" Dummer.

Edit: Fixed image link.

[Edited by - Starfox on June 25, 2008 5:47:13 AM]
Holy crap I started a blog - http://unobvious.typepad.com/

This topic is closed to new replies.

Advertisement