Skip to content

Commit

Permalink
Update use_the_lib.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed Jan 8, 2021
1 parent db75de7 commit bdfb5bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/usage/use_the_lib.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. image:: http://assimp.org/images/splash.png
.. image:: https://assimp.org/images/splash.png

.. _ai_access_cpp:

Expand All @@ -8,7 +8,7 @@ Importing Data
Access by C++ class interface
-----------------------------

The assimp library can be accessed by both a class or flat function interface. The C++ class
The Asset-Importer-Lib can be accessed by both a class or flat function interface. The C++ class
interface is the preferred way of interaction: you create an instance of class Assimp::Importer,
maybe adjust some settings of it and then call Assimp::Importer::ReadFile(). The class will
read the files and process its data, handing back the imported data as a pointer to an aiScene
Expand Down

0 comments on commit bdfb5bf

Please sign in to comment.