Skip to content

Commit

Permalink
add vec3
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jul 29, 2024
1 parent cc1af52 commit ecdff05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jolt/jolt-build/src/main/cpp/custom/JoltCustom.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ using ArrayVec3 = Array<Vec3>;
//using ArrayFloat = Array<float>;
//using ArrayUint = Array<uint>;
//using ArrayUint8 = Array<uint8>;
//using Vec3MemRef = Vec3;
using Vec3MemRef = Vec3;
//using QuatMemRef = Quat;
//using ArrayQuat = Array<Quat>;
//using Mat44MemRef = Mat44;
Expand Down
8 changes: 4 additions & 4 deletions jolt/jolt-build/src/main/cpp/jolt.idl
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@ interface ArrayVec3 {
// "SoftBodySharedSettings_ELRAType_EuclideanDistance",
// "SoftBodySharedSettings_ELRAType_GeodesicDistance"
//};
//
//interface Vec3MemRef {
//};
//

interface Vec3MemRef {
};

//interface QuatMemRef {
//};
//
Expand Down

0 comments on commit ecdff05

Please sign in to comment.