27 _converter(converter),
33 int num_chunks = _clip->get_num_chunks();
34 for (
int i = 0; i < num_chunks; i++) {
35 const IffChunk *chunk = _clip->get_chunk(i);
37 if (chunk->
is_of_type(LwoStillImage::get_class_type())) {
39 _filename = image->_filename;
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A single image file, or a numbered sequence of images (e.g.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
The basic kind of record in an EA "IFF" file, which the LightWave object file is based on.
A single still image associated with a LwoClip chunk.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This class supervises the construction of an EggData structure from the data represented by the LwoHe...
bool is_of_type(TypeHandle handle) const
Returns true if the current object is or derives from the indicated type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.