Closes https://github.com/assimp/assimp/issues/1205: fix typo in docu.
parent
8accf5b386
commit
29b5d075e2
|
@ -323,14 +323,14 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
/** @brief Set the maximum number of bones affecting a single vertex
|
/** @brief Set the maximum number of bones affecting a single vertex
|
||||||
*
|
*
|
||||||
* This is used by the #aiProcess_LimitBoneWeights PostProcess-Step.
|
* This is used by the #aiProcess_LimitBoneWeights PostProcess-Step.
|
||||||
* @note The default value is AI_LBW_MAX_WEIGHTS
|
* @note The default value is AI_CONFIG_PP_LBW_MAX_WEIGHTS
|
||||||
* Property type: integer.*/
|
* Property type: integer.*/
|
||||||
#define AI_CONFIG_PP_LBW_MAX_WEIGHTS \
|
#define AI_CONFIG_PP_LBW_MAX_WEIGHTS \
|
||||||
"PP_LBW_MAX_WEIGHTS"
|
"PP_LBW_MAX_WEIGHTS"
|
||||||
|
|
||||||
// default value for AI_CONFIG_PP_LBW_MAX_WEIGHTS
|
// default value for AI_CONFIG_PP_LBW_MAX_WEIGHTS
|
||||||
#if (!defined AI_LMW_MAX_WEIGHTS)
|
#if (!defined AI_LMW_MAX_WEIGHTS)
|
||||||
# define AI_LMW_MAX_WEIGHTS 0x4
|
# define AI_CONFIG_PP_LBW_MAX_WEIGHTS 0x4
|
||||||
#endif // !! AI_LMW_MAX_WEIGHTS
|
#endif // !! AI_LMW_MAX_WEIGHTS
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue