Skip to content

Instantly share code, notes, and snippets.

View jchain's full-sized avatar
🎯
Focusing

Cheng Zhang jchain

🎯
Focusing
View GitHub Profile
@jchain
jchain / xxx
Created June 30, 2012 06:11
xxx
/***************************************************
** Draw a cone **
***************************************************/
void DrawCone()
{
float angle;
float weight;
float red_component;
float blue_component;