Daniele Bartolini 11 anni fa
parent
commit
d2cd6f02d7
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      documentation/lua_api.txt

+ 4 - 0
documentation/lua_api.txt

@@ -703,6 +703,10 @@ DebugLine
 	**add_sphere** (debug_line, center, radius)
 		Adds a sphere at *center* with the given *radius* and *color*.
 
+	**add_obb** (debug_line, tm, extents)
+		Adds an orientd bounding box. *tm* describes the position and orientation of
+		the box. *extents* describes the size of the box along the axis.
+
 	**clear** (debug_line)
 		Clears all the lines.