Add a new OpenGL pyramid sample

This sample shows the use of modern OpenGL (3.2).

Closes #16910.
This commit is contained in:
Manuel Martin
2016-02-23 00:52:28 +01:00
committed by Vadim Zeitlin
parent bdc95f5766
commit d6fb44e158
27 changed files with 6418 additions and 68 deletions

View File

@@ -2,7 +2,7 @@
<makefile>
<include file="../../build/bakefiles/config.bkl"/>
<template id="sub">
<dir>$(id)</dir>
<installable>no</installable>
@@ -13,5 +13,6 @@
<subproject id="cube" template="sub"/>
<subproject id="isosurf" template="sub"/>
<subproject id="penguin" template="sub"/>
<subproject id="pyramid" template="sub"/>
</makefile>