Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

#Shape Rendering#

Area Games: 3D Graphics, Games: Collision, Games: Graphics Submitted 10/18/2010 Code Sample

Live demo


Sample Overview

Games frequently need to add visual debugging information to help identify bugs or to verify that certain parts of the code are working correctly. This visual debugging is used to show bounding volumes, as well as other primitive shapes such as lines and triangles. The Shape Rendering Sample provides a DebugShapeRenderer that allows games to easily render debugging shapes.

All content and source code downloaded from this page are bound to the Microsoft Permissive License (Ms-PL).

Download Size Description
ShapeRenderingSample_4_0.zip 0.05MB Source code and assets for the Shape Rendering sample.