Changes between Version 5 and Version 6 of GettingStarted
- Timestamp:
- Apr 19, 2010, 10:03:37 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GettingStarted
v5 v6 7 7 To understand the basic concept of osgVisual, it is strongly recommended to read the [wiki:Architecture] wiki site and continue to read all the documentation of all relevant osgVisual modules. Without this lecture it would be hard to understand the basic concepts, even with the well commented source code. 8 8 9 osgVisual consists of several module providing different functionalities. some of this Modules are interfaces to commercial software products like [http://sundog-soft.com Silverlining] or [http://www.wetzel-technology.com/ Vista2D]. It is possible to use this modules, but not required. 9 osgVisual consists of several module providing different functionalities. some of this Modules are interfaces to commercial software products like [http://sundog-soft.com Silverlining] or [http://www.wetzel-technology.com/ Vista2D]. It is possible to use this modules, but not required. [[br]] 10 As default, the commercial module sky_silverlining to interface [http://sundog-soft.com Silverlining] is used to get all sky functionalities, like sun/moon/stars, atmosphere from space, distance fade, clouds, precipitation, fog, etc. 11 Despite the license costs it is used for this purpose because creating a sky framework of this quality is beyond my abilities and especially beyond my available time. The license are absolute acceptable for silverlinings list of features.[[br]] 12 For all users who do not want to buy a licenst for silverlining: You can download the SDK from the webpage and can use it without license! the application will terminate after 5 minutes, but is enough to develope, test and decide if you want ot buy the license. 10 13 11 14 __It is possible to run osgVisual without any commercial module.__ 12 15 13 As default, the commercial module sky_silverlining to interface [http://sundog-soft.com Silverlining] is used to get all sky functionalities, like sun/moon/stars,/atmosphere from space, distance fade, clouds, precipitation, fog. 14 Despite the license costs it is used for this purpose because creating a sky framework of this quality is beyond my abilities and especially beyond my available time. The license are absolute acceptable for silverlinings list of features. 15 For all 16 16 17 17 18 When your are able to compile osgVisual in its delivered version, you can start to modify the software for your own purposes. If you need detailed information regarding specific classes or functions, read the doxygen documentation on http://osgvisual.org/documentation/trunk/ Alle modules/classes which are finished are completely documented. All modules/classes under construction are docummented but not completed.