67
edits
(→Notes: character model will be gltf) |
|||
Line 240: | Line 240: | ||
* Roles and privileges are set up using [http://git.icynet.eu/freeblox/web-service/src/branch/master/apps/auth/src/database/seeds/0002-initial-privileges.ts database seeder]. | * Roles and privileges are set up using [http://git.icynet.eu/freeblox/web-service/src/branch/master/apps/auth/src/database/seeds/0002-initial-privileges.ts database seeder]. | ||
* Store categories are set up using database seeder. | * Store categories are set up using database seeder. | ||
* When creating Accessories, the model has to be exported as | * When creating Accessories, the model has to be exported as glTF binary format and the material must be baked into an albedo texture. Meshes and Textures are separate content objects. Animations are not yet supported/planned. | ||
* Character model will | * Character model will use the glTF format for model data and to dictate how it loads and what features it supports. Games should also be able to choose which models are allowed in their game, as asset loading is done at first on the server side. |