Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix
commit
7d64e4155b
|
@ -50,5 +50,5 @@ after_success:
|
||||||
- lcov --directory . --capture --output-file coverage.info
|
- lcov --directory . --capture --output-file coverage.info
|
||||||
- lcov --remove coverage.info '/usr/*' 'contrib/*' 'test/*' --output-file coverage.info
|
- lcov --remove coverage.info '/usr/*' 'contrib/*' 'test/*' --output-file coverage.info
|
||||||
- lcov --list coverage.info
|
- lcov --list coverage.info
|
||||||
- coveralls-lcov --repo-token ${COVERALLS_TOKEN} coverage.info
|
- coveralls-lcov --source-encoding=ISO-8859-1 --repo-token=${COVERALLS_TOKEN} coverage.info
|
||||||
|
|
||||||
|
|
|
@ -413,7 +413,7 @@ enum aiTextureFlags
|
||||||
* SourceColor * SourceBlend + DestColor * DestBlend
|
* SourceColor * SourceBlend + DestColor * DestBlend
|
||||||
* @endcode
|
* @endcode
|
||||||
* where DestColor is the previous color in the framebuffer at this
|
* where DestColor is the previous color in the framebuffer at this
|
||||||
* position and SourceColor is the material colro before the transparency
|
* position and SourceColor is the material color before the transparency
|
||||||
* calculation.<br>
|
* calculation.<br>
|
||||||
* This corresponds to the #AI_MATKEY_BLEND_FUNC property.
|
* This corresponds to the #AI_MATKEY_BLEND_FUNC property.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue