Panda3D
pandatool
src
objprogs
eggToObj.h
1
// Filename: eggToObj.h
2
// Created by: drose (25Feb12)
3
//
4
////////////////////////////////////////////////////////////////////
5
//
6
// PANDA 3D SOFTWARE
7
// Copyright (c) Carnegie Mellon University. All rights reserved.
8
//
9
// All use of this software is subject to the terms of the revised BSD
10
// license. You should have received a copy of this license along
11
// with this source code in a file named "LICENSE."
12
//
13
////////////////////////////////////////////////////////////////////
14
15
#ifndef EGGTOOBJ_H
16
#define EGGTOOBJ_H
17
18
#include "pandatoolbase.h"
19
#include "eggToSomething.h"
20
#include "eggToObjConverter.h"
21
22
////////////////////////////////////////////////////////////////////
23
// Class : EggToObj
24
// Description :
25
////////////////////////////////////////////////////////////////////
26
class
EggToObj
:
public
EggToSomething
{
27
public
:
28
EggToObj
();
29
30
void
run();
31
32
protected
:
33
virtual
bool
handle_args(
Args
&args);
34
35
private
:
36
bool
_triangulate_polygons;
37
};
38
39
#endif
pdeque< string >
EggToSomething
This is the general base class for a file-converter program that reads some model file format and gen...
Definition:
eggToSomething.h:29
EggToObj
Definition:
eggToObj.h:26
Generated on Wed May 17 2017 23:48:51 for Panda3D by
1.8.13