Compare commits
3 Commits
ebb597dae6
...
e216217b7e
Author | SHA1 | Date |
---|---|---|
Shaun Reed | e216217b7e | |
Shaun Reed | 26c43a877c | |
Shaun Reed | d3c11d4645 |
|
@ -197,10 +197,7 @@ void Model::flipTexture(const std::string & fileName, bool flipX, bool flipY)
|
|||
* Models should not be loaded into Qt resource system
|
||||
* Instead pass an *absolute* path to this function
|
||||
* Relative paths will break if Qtk is executed from different locations
|
||||
*
|
||||
* Models can also be loaded from the `qtk/resource` directory using qrc format
|
||||
* loadModel(":/models/backpack/backpack.obj")
|
||||
* See resourcemanager.h for more information
|
||||
* See resourcemanager.h for an example of how qtk handles this
|
||||
*
|
||||
* @param path Absolute path to a model .obj or other format accepted by assimp
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue