AGX Dynamics
2.42.1.1
Loading...
Searching...
No Matches
CocoaHelper.h
Go to the documentation of this file.
1
/*
2
Copyright 2007-2025. Algoryx Simulation AB.
3
4
All AGX source code, intellectual property, documentation, sample code,
5
tutorials, scene files and technical white papers, are copyrighted, proprietary
6
and confidential material of Algoryx Simulation AB. You may not download, read,
7
store, distribute, publish, copy or otherwise disseminate, use or expose this
8
material unless having a written signed agreement with Algoryx Simulation AB, or having been
9
advised so by Algoryx Simulation AB for a time limited evaluation, or having purchased a
10
valid commercial license from Algoryx Simulation AB.
11
12
Algoryx Simulation AB disclaims all responsibilities for loss or damage caused
13
from using this software, unless otherwise stated in written agreements with
14
Algoryx Simulation AB.
15
*/
16
17
#pragma once
18
19
#ifdef __APPLE__
20
21
#include <
agx/PushDisableWarnings.h
>
// Disabling warnings. Include agx/PopDisableWarnings.h below!
22
#include <osgViewer/api/Cocoa/PixelBufferCocoa>
23
#include <osg/GraphicsContext>
24
#include <
agx/PopDisableWarnings.h
>
// End of disabled warnings.
25
#include <
agxGL/OpenGL.h
>
26
28
namespace
agxOSG
29
{
30
CGLContextObj getCGLContext(osg::GraphicsContext *context);
31
double
getScreenScalingFactor();
32
}
34
35
#endif
OpenGL.h
PopDisableWarnings.h
PushDisableWarnings.h
agxOSG
The agxOSG namespace provides functionality for visualizing AGX simulations with OpenSceneGraph.
include
agxOSG
CocoaHelper.h
Generated by
1.9.6