]> git.mxchange.org Git - simgear.git/commit
Make return type from loadPagedModel explicit.
authorJames Turner <zakalawe@mac.com>
Sun, 23 Feb 2014 00:24:47 +0000 (16:24 -0800)
committerJames Turner <zakalawe@mac.com>
Sun, 23 Feb 2014 00:24:47 +0000 (16:24 -0800)
commit32a6bd78d8bf143f40922f1a0bc7a88ea7706a7d
tree8e288ad64c846490dda685afbd7eb3610a2bc8a4
parentb2cedc5332b82f235d10a6344d23b2df0887539f
Make return type from loadPagedModel explicit.

- explicitly return osg::PagedLOD instead of Node, so callers
don't need to rely on documentation + cast to get the LOD
settings on the result.
simgear/scene/model/modellib.cxx
simgear/scene/model/modellib.hxx