16 #include "lwoToEggConverter.h"
19 #include "lwoStillImage.h"
30 _converter(converter),
36 int num_chunks = _clip->get_num_chunks();
37 for (
int i = 0; i < num_chunks; i++) {
38 const IffChunk *chunk = _clip->get_chunk(i);
40 if (chunk->
is_of_type(LwoStillImage::get_class_type())) {
42 _filename = image->_filename;
bool is_of_type(TypeHandle handle) const
Returns true if the current object is or derives from the indicated type.
A single image file, or a numbered sequence of images (e.g.
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.
This class supervises the construction of an EggData structure from the data represented by the LwoHe...