YouGroove Posted May 2, 2014 Share Posted May 2, 2014 Really good article, ideal to make 3D trajectory projectile in game. http://morgan-davidson.com/2012/06/19/3d-projectile-trajectory-prediction/ As the author stated he uses Unity, but the code can be ported to any 3D Engine; something that would be great to bring in LE3. Anyone know how to make 3D trajectory drawing in LE3 ? It seems that's Beam particle system ? Quote Stop toying and make games Link to comment Share on other sites More sharing options...
bandrewk Posted May 3, 2014 Share Posted May 3, 2014 The trajectory prediction is just math, you can port that to every calculator. He is drawing the "beam" using a LineRenderer in Unity, you can do something similar with lines in OpenGL. Quote Link to comment Share on other sites More sharing options...
YouGroove Posted May 3, 2014 Author Share Posted May 3, 2014 you can do something similar with lines in OpenGL Ok something to ask for LE3 engine. Quote Stop toying and make games 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.