Jump to content

Sprites?


Dan22
 Share

Recommended Posts

In Source SDK you can place a sprite to mimic the shine of a light.

 

Example:

 

d781d4140b4733f94da0cb88cdbf6874.png

 

If anyone has a tutorial or method of making these would be much apreciated.

 

If this is impossible in the current version of engine then I suggest this feature as it just brings more life into lighting.

Link to comment
Share on other sites

You can do this yourself with a scripted plane model, but yeah this is one little feature that will be built into the engine.

 

Actually, I might just do a script for this since it's not any different from what I would write in C++.

  • Upvote 4

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

You can do this yourself with a scripted plane model, but yeah this is one little feature that will be built into the engine.

 

Actually, I might just do a script for this since it's not any different from what I would write in C++.

 

Nice! Thanks for the reply :)

Link to comment
Share on other sites

  • 2 weeks later...

Super old technique used in Unreal first game, Perfect Dark on N64 and many games.

Just trace a simple raycast from camera player position to the sprite object halo center, if no obstacle display the sprite, if obstacle don't display the halo sprite. You just need simple transparent TGA halo image for example.

  • Upvote 1

Stop toying and make games

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...