Jump to content

smashthewindow

Members
  • Posts

    136
  • Joined

  • Last visited

Posts posted by smashthewindow

  1. Maybe Camera::GetPick is what you are looking for (leoCamera.h)

    Hmm, the problem is that it runs the ray test from the camera. I need to run it from an controller entity.

    I know that in this case I can probably use the entity's IsVisible() function, but I'm looking for more a general solution - I'm trying to get familiar with Leadwerks.

    P.S:

    Vector3::IsVisible( const TVec3& p1, const TVec3& p2, flt radius, int collisionType, Filter filter = 0 )

     

    Vector3 class doesn't even exist...

  2. I'm right now I'm creating a third-person camera.

    I'm nearly done, I've used one from the ball game example and added a few interpolation & controller movement functions to make it look smoother.

    I have a few quesiton regarding TPS Cam.

     

    1) In the wiki, it says

    C++: bool Draw::GetPick( Pick& pick, const TVec3& point1, const TVec3& point2, flt radius = 0 , const CollisionType& type = 0, *Byte filter = 0 ) const

    However, I'm pretty sure this is wrong or outdated. (Draw class doesn't have GetPick() func.) Can anyone tell me the correct prototype func for GetPick() or the C++ equivalent? I just don't want to rely on C function LinePick(), it looks messy.

     

    2) I'm using a pivot as a parent to my camera to set the cam's rotation and so. (Only my GetMain().GetCamera() entity.) I saw a thread which says this will cause problems, and I need to rotate Transparency & Background layer's cameras too. (Not sure... :o;:) Can anyone advise me on this?

     

    Thanks.

  3. Please read this news item:

    http://www.leadwerks.com/werkspace/blog/41/entry-619-data-loss-announcement

     

    The ordering system is a recent addition to the site, and the majority of developers do not have a purchase record in the client area. However, your license is still valid and you have access to the entire site. You can download the installer here:

    http://www.leadwerks.com/werkspace/files/file/186-leadwerks-engine-updater/

     

    And if you need your registration key re-sent just email support at leadwerks.com.

     

    We have separate records of all accounts, and your purchase is in our records.

     

    Ah, thank you so much for the fast reply.

    It cleared a lot fo things up for me, I was making sure just in case.

     

    Good day.

  4. Around March, I've paid for Leadwerks Engine version 2.4. (I still have the payment informaiton & registration number on my email account.)

    Straight after the payment I couldn't login in the community or work with the Leadwerks because I had an internship overseas.

    Now that I'm back, I'm trying to download the Leadwerks SDK, but when I look at "Purchases" section under client area it gives me a message that I did not make any purchases yet.

    Can anybody help me here? Is there an expiration period of some kind?

×
×
  • Create New...