Jump to content
  • entries
    941
  • comments
    5,894
  • views
    867,718

Beta Update available


Josh

1,214 views

 Share

A new update is available on the beta branch. This adds automatically generated hitboxes for animated characters, and a new tool to calculate physics shapes using convex decomposition.

 

Existing C++ projects require a small modification due to the addition of the VHACD library. The VHACD includes directory must be added to the project header search paths.

 

Visual Studio:

$(LeadwerksHeaderPath)\Libraries\VHACD\src\VHACD_Lib\inc

 

Code::Blocks:

$(LeadwerksPath)/Include/Libraries/VHACD/src/VHACD_Lib/inc

 

The C++ templates for new projects have been updated with these changes.

  • Upvote 2
 Share

0 Comments


Recommended Comments

There are no comments to display.

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