30class PtsToBam :
public ProgramBase,
public WithOutputFile {
37 virtual bool handle_args(Args &args);
40 void process_line(
const std::string &line);
41 void add_point(
const vector_string &words);
43 void open_vertex_data();
44 void close_vertex_data();
48 double _decimate_divisor;
49 double _decimate_factor;
53 int _num_points_expected;
54 int _num_points_found;
55 int _num_points_added;
58 double _decimated_point_number;
The name of a file, such as a texture file or an Egg file.
A node that holds Geom objects, renderable pieces of geometry.
This defines the actual numeric vertex data stored in a Geom, in the structure defined by a particula...
This object provides a high-level interface for quickly writing a sequence of numeric values from a v...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.