Jump to content

Ultra Software Company Blog

  • entries
    185
  • comments
    1,247
  • views
    563,980

Contributors to this blog

Leadwerks Game Engine 4.6 Beta Available


Josh

4,675 views

 Share

A new build is available on the beta branch. This changes the model picking system to use a different raycasting implementation under-the-hood. Sphere picking (using a radius) will also now correctly return the first hit triangle. You will also notice much faster loading times when you load up a detailed model in the editor!

Additional parameters have been added to the Joint::SetSpring command:

void Joint::SetSpring(const float spring, const float relaxation = 1.0f, const float damper = 0.1f)

The classes for P2P networking, lobbies, and voice communication have been added but are not yet documented and may still change.

  • Like 3
  • Sad 1
  • Upvote 1
 Share

9 Comments


Recommended Comments

Incidentally, the extra spring parameters were the only thing that were missing to build your own vehicles. I will be implementing this with the standard Leadwerks API.

  • Like 1
Link to comment
7 hours ago, Monkey Frog Studio said:

What about the issue with going full-screen on some setups? Has this been looked at or fixed yet?

Not yet, I plan to include it though.

  • Sad 1
Link to comment
3 hours ago, Josh said:

Incidentally, the extra spring parameters were the only thing that were missing to build your own vehicles. I will be implementing this with the standard Leadwerks API.

Love it.  I hope there will be a clear example somewhere of how to set it up and what to adjust for certain effects (less or more bounce, tighter or looser steering, etc.).

  • Upvote 1
Link to comment

You can also filter out specific users in order to have team-only conversations. By default your own ID is filtered out from receiving voice messages that you send, but you can enable it for testing like this:

Voice::SetFilter(Steamworks::GetUserID(), true);

Then you will hear your own voice coming back to you as you speak,

  • Like 2
Link to comment
Guest
Add a comment...

×   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.

×
×
  • Create New...