Skip to content

Instantly share code, notes, and snippets.

@gwaldron
gwaldron / gist:8728f5278de2a6c213a86ba16ecd1f42
Last active March 11, 2021 13:20
GLSL model outline for OSG
#include <osgViewer/Viewer>
#include <osg/Depth>
#include <osg/Program>
#include <osg/Uniform>
#include <osgDB/ReadFile>
int
main(int argc, char** argv)
{
osg::ArgumentParser arguments(&argc,argv);
@mrliptontea
mrliptontea / sublime-text-3-windows-shortcuts.md
Last active March 30, 2024 04:14 — forked from TheShrike/gist:6111200
Sublime Text 3 - Useful Shortcuts (Windows)

Sublime Text 3 - Useful Shortcuts (Windows)

General

Shortcut Description
Ctrl+Shift+P command prompt
Ctrl+Alt+P switch project
Ctrl+P go to file
Ctrl+G go to line