1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
.TH OSG2CPP "1" "September 2019" "OpenSceneGraph" "User Commands"
.SH NAME
osg2cpp \- Extract shaders from a native .osg* file into C++ source code.
.SH SYNOPSIS
.B osg2cpp
[\fI\,options\/\fR] \fI\,filename \/\fR...
.SH OPTIONS
.TP
\fB\-\-shader\fR <filename>
Shader file to create a .cpp file for.
.TP
\fB\-\-write\-to\-source\-file\-directory\fR
Use the path to the source filename as the directory to
write to.
.TP
\fB\-h\fR or \fB\-\-help\fR
Display command line parameters
|