-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
654687c
commit e19afcd
Showing
8 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
Copyright (c) 2024 Stephen Gold | ||
Copyright (c) 2024-2025 Stephen Gold | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -23,7 +23,7 @@ of this software and associated documentation files (the "Software"), to deal | |
|
||
/** | ||
* Render settings for debug visualization. (native type: | ||
* BodyManager::DrawSettings) | ||
* {@code BodyManager::DrawSettings}) | ||
* | ||
* @author Stephen Gold [email protected] | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
Copyright (c) 2024 Stephen Gold | ||
Copyright (c) 2024-2025 Stephen Gold | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -23,7 +23,7 @@ of this software and associated documentation files (the "Software"), to deal | |
|
||
/** | ||
* Combine the restitution or friction of 2 bodies. (native type: | ||
* ContactConstraintManager::CombineFunction) | ||
* {@code ContactConstraintManager::CombineFunction}) | ||
* | ||
* @author Stephen Gold [email protected] | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ of this software and associated documentation files (the "Software"), to deal | |
|
||
/** | ||
* Describe a contact between a {@code Character} and a body or another | ||
* character. | ||
* character. (native type: {@code CharacterVirtual::Contact}) | ||
* | ||
* @author Stephen Gold [email protected] | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
Copyright (c) 2024 Stephen Gold | ||
Copyright (c) 2024-2025 Stephen Gold | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -26,7 +26,7 @@ of this software and associated documentation files (the "Software"), to deal | |
|
||
/** | ||
* The local-space coordinate transform of an animation joint relative to its | ||
* parent joint. (native type: SkeletonPose::JointState) | ||
* parent joint. (native type: {@code SkeletonPose::JointState}) | ||
* | ||
* @author Stephen Gold [email protected] | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
Copyright (c) 2024 Stephen Gold | ||
Copyright (c) 2024-2025 Stephen Gold | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -25,7 +25,7 @@ of this software and associated documentation files (the "Software"), to deal | |
|
||
/** | ||
* Settings used to generate a rigid body in a {@code Ragdoll}. (native type: | ||
* RagdollSettings::Part) | ||
* {@code RagdollSettings::Part}) | ||
* | ||
* @author Stephen Gold [email protected] | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
Copyright (c) 2024 Stephen Gold | ||
Copyright (c) 2024-2025 Stephen Gold | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -23,7 +23,7 @@ of this software and associated documentation files (the "Software"), to deal | |
|
||
/** | ||
* Render settings for debug visualization. (native type: | ||
* SkeletonPose::DrawSettings) | ||
* {@code SkeletonPose::DrawSettings}) | ||
* | ||
* @author Stephen Gold [email protected] | ||
*/ | ||
|