Gamp v0.0.7-67-g7798ac4
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
GraphShapes02.cpp File Reference
#include <algorithm>
#include <cstdio>
#include <cmath>
#include <gamp/graph/Graph.hpp>
#include <gamp/graph/PrimTypes.hpp>
#include <gamp/render/gl/data/GLBuffers.hpp>
#include <gamp/wt/event/KeyEvent.hpp>
#include <memory>
#include <string>
#include <string_view>
#include <vector>
#include <jau/basic_types.hpp>
#include <jau/cpp_lang_util.hpp>
#include <jau/darray.hpp>
#include <jau/debug.hpp>
#include <jau/float_math.hpp>
#include <jau/float_types.hpp>
#include <jau/fraction_type.hpp>
#include <jau/io/file_util.hpp>
#include <jau/math/geom/geom.hpp>
#include <jau/math/vec3f.hpp>
#include <jau/math/vec4f.hpp>
#include <jau/math/quaternion.hpp>
#include <jau/math/geom/aabbox3f.hpp>
#include <jau/math/geom/geom3f.hpp>
#include <jau/math/geom/plane/affine_transform.hpp>
#include <gamp/Gamp.hpp>
#include <gamp/render/RenderContext.hpp>
#include <gamp/render/gl/data/GLArrayDataServer.hpp>
#include <gamp/render/gl/data/GLUniformData.hpp>
#include <gamp/render/gl/glsl/ShaderState.hpp>
#include <gamp/graph/OutlineShape.hpp>
#include "model_cobramk3.hpp"
#include "../demos/GLLauncher01.hpp"
Include dependency graph for GraphShapes02.cpp:

Go to the source code of this file.

Classes

class  Example
 
class  GraphRegion
 
class  GraphRenderer
 
struct  GraphRenderer::GraphRendererProps
 
class  GraphShapes02
 
class  Shape
 

Typedefs

typedef std::shared_ptr< ShapeShapeRef
 

Functions

int main (int argc, char *argv[])
 

Typedef Documentation

◆ ShapeRef

typedef std::shared_ptr<Shape> ShapeRef

Definition at line 441 of file GraphShapes02.cpp.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 802 of file GraphShapes02.cpp.