August 2015
Beginner to intermediate
298 pages
5h 49m
English
The next step after importing the 3D model is to display the content on the screen using an intuitive and aesthetically pleasing way. Many complex scenes consist of multiple surfaces (meshes) and many vertices. In the previous chapter, we implemented a simple shader program to visualize the point cloud at various depth values based on a heat map. In this section, we will utilize very simple primitives (points, lines, and triangles) with transparency to create skeleton-like rendering effects.
We will continue the implementation of the ObjLoader class to support loading vertices and draw the graphics for each mesh in the scene.
In the source file of ObjLoader.cpp, we add a recursive ...
Read now
Unlock full access