-
Notifications
You must be signed in to change notification settings - Fork 0
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
91ad17e
commit 0b6ce5d
Showing
4 changed files
with
68 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Overview | ||
|
||
A collection of assets that can be useful when working with the [Wonderland Engine](https://wonderlandengine.com/). | ||
|
||
The assets that u will find in this repo have been built or adjusted to work properly with the WebXR API. | ||
This means, for example, that the gamepads models will be in the right position and will have the proper rotation when synced with the WebXR hand transform. | ||
|
||
For the assets that have not been made by me, you will find a link to the source (if available) in the [Credits](#credits) section. | ||
|
||
A collection of Wonderland Engine template projects where you can use these assets can be found [here](https://github.com/SignorPipo/wle_ppefault). | ||
|
||
You can also get these assets through `npm`: | ||
* `npm install wle_assets` | ||
|
||
# Quick Assets Summary | ||
|
||
Some of the assets that you can find in this repo are: | ||
- Meta Quest Gamepads 3D Models | ||
- Tracked Hands 3D Models | ||
|
||
# License | ||
For the assets created by me, you are free to use them in your projects, just remember to credit me somewhere! | ||
For the other ones, you can look at the source to find out more about their license. | ||
|
||
|
||
# Credits | ||
- [Meta Quest 1 Gamepads Low Poly](https://github.com/SignorPipo/wle_assets/tree/main/wle_assets/assets/models/gamepads/meta_quest_1/low_poly) by [Jezza3D](https://sketchfab.com/Jezza3D) | ||
- [Meta Quest 2 Gamepads Classic](https://github.com/SignorPipo/wle_assets/tree/main/wle_assets/assets/models/gamepads/meta_quest_2/classic) by [Immersive Web](https://github.com/immersive-web) | ||
- [Tracked Hands Classic](https://github.com/SignorPipo/wle_assets/tree/main/wle_assets/assets/models/tracked_hands/classic) by [Immersive Web](https://github.com/immersive-web) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "wle_assets", | ||
"version": "0.1.0", | ||
"description": "A collection of assets that can be useful when working with the Wonderland Engine", | ||
"author": "Pipo", | ||
"license": "ISC", | ||
"files": [ | ||
"assets" | ||
], | ||
"keywords": [ | ||
"wonderland", | ||
"wonderlandengine", | ||
"wonderland engine", | ||
"wle", | ||
"webxr" | ||
], | ||
"homepage": "https://github.com/SignorPipo/wle_assets", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SignorPipo/wle_assets" | ||
} | ||
} |