|
@@ -11862,28 +11862,6 @@ return {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- name = "getMesh",
|
|
|
- summary = "Get the Model's underlying Mesh object.",
|
|
|
- description = "Returns the underlying `Mesh` object for the Model.",
|
|
|
- key = "Model:getMesh",
|
|
|
- module = "lovr.graphics",
|
|
|
- related = {
|
|
|
- "Mesh"
|
|
|
- },
|
|
|
- variants = {
|
|
|
- {
|
|
|
- arguments = {},
|
|
|
- returns = {
|
|
|
- {
|
|
|
- name = "mesh",
|
|
|
- type = "Mesh",
|
|
|
- description = "The Mesh object for the model, containing all of the raw vertex data."
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
{
|
|
|
name = "setAnimator",
|
|
|
summary = "Attach an Animator to the Model.",
|