[x3d-public] Patched x3d-4.0-JSONSchema.json on sourceforge.net
Don Brutzman
brutzman at nps.edu
Sun May 13 21:27:18 PDT 2018
John thanks for this change to HAnim in JSON encoding/schema, but based on discussion & feedback we are still iterating on the HAnim signatures. Will advise when it stabilizes sufficiently for renewed testing.
On 5/11/2018 9:37 PM, John Carlson wrote:
> Index: x3d-4.0-JSONSchema.json
>
> ===================================================================
>
> --- x3d-4.0-JSONSchema.json (revision 26765)
>
> +++ x3d-4.0-JSONSchema.json (working copy)
>
> @@ -9254,14 +9254,19 @@
>
> "@description": {
>
> "type": "string"
>
> },
>
> - "@frameCount": {
>
> - "type": "integer"
>
> + "@enabled": {
>
> + "default": false,
>
> + "type": "boolean"
>
> },
>
> - "@frameTime": {
>
> + "@frameDuration": {
>
> "exclusiveMinimum": 0,
>
> "default": 0.1,
>
> "type": "number"
>
> },
>
> + "@frameNumber": {
>
> + "minimum": 0,
>
> + "type": "integer"
>
> + },
>
> "@joints": {
>
> "type": "array",
>
> "items": {
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
>
all the best, Don
--
Don Brutzman Naval Postgraduate School, Code USW/Br brutzman at nps.edu
Watkins 270, MOVES Institute, Monterey CA 93943-5000 USA +1.831.656.2149
X3D graphics, virtual worlds, navy robotics http://faculty.nps.edu/brutzman
More information about the x3d-public
mailing list