From 6837d695d6cad07a1e59afade0fc30a4f7080745 Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Wed, 29 Aug 2018 21:02:48 +1000 Subject: Moved documentation for methods made accessible from super class for Mesh --- doc/classes/ArrayMesh.xml | 34 ---------------------------------- doc/classes/Mesh.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 34 deletions(-) diff --git a/doc/classes/ArrayMesh.xml b/doc/classes/ArrayMesh.xml index 1e2478dd14..453f28fe5a 100644 --- a/doc/classes/ArrayMesh.xml +++ b/doc/classes/ArrayMesh.xml @@ -66,13 +66,6 @@ Returns the name of the blend shape at this index. - - - - - Return the amount of surfaces that the [code]ArrayMesh[/code] holds. - - @@ -118,24 +111,6 @@ Return the length in vertices of the vertex array in the requested surface (see [method add_surface_from_arrays]). - - - - - - - Returns the arrays for the vertices, normals, uvs, etc. that make up the requested surface (see [method add_surface_from_arrays]). - - - - - - - - - Returns the blend shape arrays for the requested surface. - - @@ -145,15 +120,6 @@ Return the format mask of the requested surface (see [method add_surface_from_arrays]). - - - - - - - Return a [Material] in a given surface. Surface is rendered using this material. - - diff --git a/doc/classes/Mesh.xml b/doc/classes/Mesh.xml index afb5d7db93..4852d4701d 100644 --- a/doc/classes/Mesh.xml +++ b/doc/classes/Mesh.xml @@ -48,6 +48,40 @@ Returns all the vertices that make up the faces of the mesh. Each three vertices represent one triangle. + + + + + Return the amount of surfaces that the [code]Mesh[/code] holds. + + + + + + + + + Returns the arrays for the vertices, normals, uvs, etc. that make up the requested surface (see [method ArrayMesh.add_surface_from_arrays]). + + + + + + + + + Returns the blend shape arrays for the requested surface. + + + + + + + + + Return a [Material] in a given surface. Surface is rendered using this material. + + @@ -124,22 +158,31 @@ + Array of vertices. + Array of normals. + Array of tangents as an array of floats, 4 floats per tangent. + Array of colors. + Array of UV coordinates. + Array of second set of UV coordinates. + Array of bone data. + Array of weights. + Array of indices. -- cgit v1.2.3