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