浏览代码

Remove note about advanced Model features;

bjorn 7 年之前
父节点
当前提交
5efdc64deb
共有 1 个文件被更改,包括 0 次插入2 次删除
  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
     `obj`, `fbx`, `gltf`, and collada.  Models will use normals and texture coordinates, if
     provided.
-
-    The following advanced features are not supported yet: animations, materials, and vertex colors.
   ]],
   constructors = {
     'lovr.graphics.newModel',