@@ -7288,6 +7288,7 @@ return {
description = "Draws a cylinder.",
key = "lovr.graphics.cylinder",
module = "lovr.graphics",
+ notes = "Currently, cylinders don't have UVs.",
variants = {
{
arguments = {
@@ -81,5 +81,8 @@ return {
arguments = { 'material', 'x', 'y', 'z', 'length', 'angle', 'ax', 'ay', 'az', 'r1', 'r2', 'capped', 'segments' },
returns = {}
}
- }
+ },
+ notes = [[
+ Currently, cylinders don't have UVs.
+ ]]