closes https://github.com/assimp/assimp/issues/2527: use correct macro for Assimp-exporter.

pull/2532/head
Kim Kulling 2019-07-02 19:48:53 +02:00
parent ff662a6104
commit 96f16c7aea
2 changed files with 2 additions and 2 deletions

View File

@ -331,7 +331,7 @@ ADD_ASSIMP_EXPORTER( ASSBIN
Assbin/AssbinExporter.cpp Assbin/AssbinExporter.cpp
) )
ADD_ASSIMP_IMPORTER( ASSXML ADD_ASSIMP_EXPORTER( ASSXML
Assxml/AssxmlExporter.h Assxml/AssxmlExporter.h
Assxml/AssxmlExporter.cpp Assxml/AssxmlExporter.cpp
) )

View File

@ -142,7 +142,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/** @brief Specifies the maximum angle that may be between two vertex tangents /** @brief Specifies the maximum angle that may be between two vertex tangents
* that their tangents and bi-tangents are smoothed. * that their tangents and bi-tangents are smoothed.
* *
* This applies to the CalcTangentSpace-Step. The angle is specified * This applies to the CalcTangentSpace-Step. TFvhe angle is specified
* in degrees. The maximum value is 175. * in degrees. The maximum value is 175.
* Property type: float. Default value: 45 degrees * Property type: float. Default value: 45 degrees
*/ */