OpenSceneGraph是在OpenGL基础上对其进行了封装和改进的图形开发包,采用树型结构来组织和绘制整个场景。最新版本的osg内核集成了GPU管线绘制。本例子是用osg编写的一个基本例子,将osg中的飞机模型载入到场景中显示出来。-OpenSceneGraph is based on OpenGL for its packaging and improved Graphics development kits, using a tree structure to organize and rendering the whole scene. Osg latest version of the kernel integrates GPU rendering pipeline. This example is the use osg prepared a basic example of the plane osg included in the model to the scene revealed.
MeshLib is our polygon mesh creation, editing and modeling library. MeshLib has been used in all our mesh modeling plug-ins for various CAD systems as well as standalone applications.
用OpenGL来画一个Bezier曲线,没有调用OpenGL的画图函数,直接实现的算法。-Using OpenGL to draw a Bezier curve, did not call OpenGL drawing function, a direct realization of the algorithm.