vircadia / vircadia-docs-sphinx

User documentation for Vircadia.
https://docs.vircadia.com/
Other
8 stars 18 forks source link

Lack of documentation for FST file and for material JSON #178

Open ksuprynowicz opened 2 years ago

ksuprynowicz commented 2 years ago

There's no document concerning what parameters can be used inside an avatar FST file. Documentation for material JSON lacks some information, for example there's no information about variable name used for emissive texture URL.

JulianGro commented 2 years ago

Regarding FST documentation: https://github.com/vircadia/vircadia-docs-sphinx/pull/167

SilverfishVR commented 2 years ago

Yes FST are a bit mysteries, I think many new users don't realize it that it is just a text file with optional overrides/additions for models, or even that it can be used for normal models, not just avatars. emissiveMap is in the API docs but it can be confusing that there is both: https://apidocs.vircadia.dev/Entities.html#.Material And: https://apidocs.vircadia.dev/Graphics.html#.Material but they are not quite the same, almost though