Vulcan Posted September 13, 2014 Share Posted September 13, 2014 Hi! I am currently trying to make a laser beam in C++ but so far without success. Sure I could use a 2D-line but that I think is not the best way to do so. Could this made with shaders and if so how? Quote Link to comment Share on other sites More sharing options...
Vulcan Posted September 13, 2014 Author Share Posted September 13, 2014 This is it what I try to achieve: Quote Link to comment Share on other sites More sharing options...
AggrorJorn Posted September 13, 2014 Share Posted September 13, 2014 2 solutions: Use a cylinder and scale it to the distance. Create meshes from scratch. Advantage is that you make a mesh that has less polies. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.