Beta Update available
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.
- 2
0 Comments
Recommended Comments
There are no comments to display.