-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: rigid body continued #18
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f9b28f2 - Browse repository at this point
Copy the full SHA f9b28f2View commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f8a3f4e - Browse repository at this point
Copy the full SHA f8a3f4eView commit details
Commits on Jun 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a141335 - Browse repository at this point
Copy the full SHA a141335View commit details -
chore(config): correct
vite
configuration### Desccription - Add missing `name` & `description` from package.json - Format vite config file
Configuration menu - View commit details
-
Copy full SHA for f574732 - Browse repository at this point
Copy the full SHA f574732View commit details -
### Description - Uncomment & implement `trimesh` support - Add `heightfield` todo comment Co-Authored-By: Alvaro Saburido <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96cd52a - Browse repository at this point
Copy the full SHA 96cd52aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b23479 - Browse repository at this point
Copy the full SHA 9b23479View commit details
Commits on Jun 10, 2024
-
refactor: better access to rapier context
### Description - Correct `world` step usage - Correctly update the `timestep` - Use correct type for `useRapierContext` - Improve methods documentation Co-Authored-By: Alvaro Saburido <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfde220 - Browse repository at this point
Copy the full SHA bfde220View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8daecef - Browse repository at this point
Copy the full SHA 8daecefView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e18f7b - Browse repository at this point
Copy the full SHA 7e18f7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cca9d3 - Browse repository at this point
Copy the full SHA 6cca9d3View commit details
Commits on Jun 17, 2024
-
refactor(architecture): better structure separation
### Description - Move `vue` components at `./src/components/` - Move all types/interfaces at `./src/types` - Add `RigidBodyType` type (containing the supported rigidBodyDesc types) - Add `RigidBodyProps` interface - Add `InjectableRapierContext` interface - Add `PhysicsProps` interface - Add `ColliderShape` type - Move helper/utils at `./src/utils/` - Rename `createColliderDesc` to `createColliderDesc`, and return a `ColliderDesc` - Rename `createRigidBody` to `createRigidBodyDesc` and return a `RigidBodyDesc` - Add a `./src/constants/` sub folder Co-Authored-By: Alvaro Saburido <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9441602 - Browse repository at this point
Copy the full SHA 9441602View commit details
Commits on Jun 18, 2024
-
feat: delegate responsibilities to sub-utils
### Description - Add `createRigiBody` util - Add `CreateRigidBodyProps` type - `createRigidBodyDesc` need an object now - Add `CreateRigidBodyDescProps` type - `createColliderDesc ` need an object now - Add `CreateColliderDescProps ` type - Add `createCollider` util - Add `CreateColliderProps` type - Add `createColliderFromChildren` util - Add `CreateColliderFromChildrenProps` type - Map received children colliders and update their states
Configuration menu - View commit details
-
Copy full SHA for 8412712 - Browse repository at this point
Copy the full SHA 8412712View commit details
Commits on Jun 20, 2024
-
### Description - Add `convexHull` colliderDesc support
Configuration menu - View commit details
-
Copy full SHA for 3b366f6 - Browse repository at this point
Copy the full SHA 3b366f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d68dd43 - Browse repository at this point
Copy the full SHA d68dd43View commit details
Commits on Jun 21, 2024
-
feat: rigid-body instance Matrix compose support
### Description - Add `instancedMesh` rigid-body position support - Add `instancedMesh` rigid-body rotation support - Make `createRigidBody` export the received `object` - Add `CreateRigidBodyReturnType` - Make `createCollider` export the received `object` - Add `CreateColliderReturnType`
Configuration menu - View commit details
-
Copy full SHA for 5998f29 - Browse repository at this point
Copy the full SHA 5998f29View commit details
Commits on Jun 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c1df088 - Browse repository at this point
Copy the full SHA c1df088View commit details -
Configuration menu - View commit details
-
Copy full SHA for 274e067 - Browse repository at this point
Copy the full SHA 274e067View commit details
Commits on Jun 29, 2024
-
refactor(style): request changes improvements
### description - Remove redundant suffixes - Add missing types to callbacks params Co-Authored-By: Alvaro Saburido <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec8d78d - Browse repository at this point
Copy the full SHA ec8d78dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b56245 - Browse repository at this point
Copy the full SHA 0b56245View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa0fc3d - Browse repository at this point
Copy the full SHA fa0fc3dView commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12e5800 - Browse repository at this point
Copy the full SHA 12e5800View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62283f6 - Browse repository at this point
Copy the full SHA 62283f6View commit details