Browse Source

Less representation representation;

bjorn 4 years ago
parent
commit
b2505c138f
2 changed files with 3 additions and 3 deletions
  1. 1 1
      api/init.lua
  2. 2 2
      api/lovr/audio/setGeometry.lua

+ 1 - 1
api/init.lua

@@ -1352,7 +1352,7 @@ return {
                 {
                   name = "vertices",
                   type = "table",
-                  description = "A flat table of vertices.  Each vertex is represented by 3 numbers representing its x, y, and z coordinates.  The units are up to you, but meters are recommended."
+                  description = "A flat table of vertices.  Each vertex is 3 numbers representing its x, y, and z position. The units used for audio coordinates are up to you, but meters are recommended."
                 },
                 {
                   name = "indices",

+ 2 - 2
api/lovr/audio/setGeometry.lua

@@ -12,8 +12,8 @@ return {
     vertices = {
       type = 'table',
       description = [[
-        A flat table of vertices.  Each vertex is represented by 3 numbers representing its x, y,
-        and z coordinates.  The units are up to you, but meters are recommended.
+        A flat table of vertices.  Each vertex is 3 numbers representing its x, y, and z position.
+        The units used for audio coordinates are up to you, but meters are recommended.
       ]]
     },
     indices = {