Browse Source

Remove note about advanced Model features;

bjorn 7 years ago
parent
commit
5efdc64deb
1 changed files with 0 additions and 2 deletions
  1. 0 2
      api/lovr/graphics/Model/init.lua

+ 0 - 2
api/lovr/graphics/Model/init.lua

@@ -4,8 +4,6 @@ return {
     A Model is a drawable object loaded from a 3D file format.  The supported 3D file formats are
     A Model is a drawable object loaded from a 3D file format.  The supported 3D file formats are
     `obj`, `fbx`, `gltf`, and collada.  Models will use normals and texture coordinates, if
     `obj`, `fbx`, `gltf`, and collada.  Models will use normals and texture coordinates, if
     provided.
     provided.
-
-    The following advanced features are not supported yet: animations, materials, and vertex colors.
   ]],
   ]],
   constructors = {
   constructors = {
     'lovr.graphics.newModel',
     'lovr.graphics.newModel',