From 9c752c9964c709a5b9b471cbe35e7fe8c03b3af5 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 15 Jun 2019 11:07:40 +1200 Subject: [PATCH] Fix up descriptions in EntityType table --- libraries/entities/src/EntityTypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/entities/src/EntityTypes.h b/libraries/entities/src/EntityTypes.h index 55ad2d9561..8fdc752cac 100644 --- a/libraries/entities/src/EntityTypes.h +++ b/libraries/entities/src/EntityTypes.h @@ -59,13 +59,13 @@ public: * "Sphere". If an entity of type Box or Shape has its shape set * to "Sphere" then its type will be reported as "Sphere". * {@link Entities.EntityProperties-Sphere|EntityProperties-Sphere} - * "Model"A mesh model from an FBX or OBJ file. + * "Model"A mesh model from a glTf, FBX, or OBJ file. * {@link Entities.EntityProperties-Model|EntityProperties-Model} * "Text"A pane of text oriented in space. * {@link Entities.EntityProperties-Text|EntityProperties-Text} * "Image"An image oriented in space. * {@link Entities.EntityProperties-Image|EntityProperties-Image} - * "Web"A browsable Web page. + * "Web"A browsable web page. * {@link Entities.EntityProperties-Web|EntityProperties-Web} * "ParticleEffect"A particle system that can be used to simulate things such as fire, * smoke, snow, magic spells, etc.