Jump to content

Joh

Members
  • Posts

    474
  • Joined

  • Last visited

Everything posted by Joh

  1. Never mind, found it. distance_to_origin(P+t*V) = s*t dot_product(P+t*V,P+t*V) = s^2*t^2 dot_product(P,P)+2*dot_product(P,V)*t+dot_product( V,V)*t^2 = s^2*t^2 dot_product(P,P)+2*dot_product(P,V)*t+(dot_product (V,V)-s^2)*t^2 = 0
  2. Check the wiki to have an idea about it. http://www.leadwerks.com/wiki/index.php?title=Main_Page
  3. Hi, i did a prediction algorithm but it's not good enough for me, do you know some good prediction algorithm? In my project the projectile is slower then a gunshoot, so i need to predict where it will be the target and where i should aim to hit it. What i did is predicting good but is not so fast as i expected so did you have any good one? Thx.
  4. Did you use Blend correctly? Mmm didn't seen the edit..
  5. Well can't help you so much without seeing the code.. Anyway the best way to track a bug is start to comment part of the code till you found what cause the problem.
  6. Could you post the code? Do you have multiple worlds? Did you use framewerk (framework on 2.3) or skyboxes?
  7. Ok, i can use that one for the moment. I just need show some progress, so that's better then nothing. Thanks all.
  8. Do you mean there is no any already ready engine logo?
  9. Hi all, Where i can download the Leadwerks logo? Powered by Leadwerks or something else..
×
×
  • Create New...