Explorar el Código

Remove note about advanced Model features;

bjorn hace 7 años
padre
commit
547a4da02b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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',