mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 15:13:10 +02:00
Drag and drop support of ava.json files is also supported and at the moment the only way to test. To test: 1. Create a cowboyhat.ava.json file on your hard-drive, with the following contents: { "version": "0.1", "name": "Cowboy Hat", "modelUrl": "https://s3.amazonaws.com/hifi-public/tony/cowboy-hat.fbx", "jointName": "Head", "transform": { "rotation": {"x": 0, "y": 0, "z": 0, "w": 1}, "translation": {"x": 0, "y": 0, "z": 0}, "scale": {"x": 1, "y": 1, "z": 1} }, "isSoft": false } 2. Create a leatherjacket.ava.json file, with the following contents: { "version": "0.1", "name": "Leather Jacket", "modelUrl": "https://hifi-content.s3.amazonaws.com/ozan/dev/clothes/coat/coat_rig.fbx", "isSoft": true } 3. Run interface 4. Drag-and-Drop cowboyhat.ava.json onto the main Interface window. 5. You should be prompted wear the 'Cowboy Hat' attachment. 6. If you select 'Yes', the cowboy hat should appear on the avatar. 7. Do the same with leatherjacket.ava.json file. |
||
---|---|---|
.. | ||
external | ||
i18n | ||
icon | ||
resources | ||
src | ||
ui | ||
CMakeLists.txt |