mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
fix build breaks
This commit is contained in:
parent
2f5efeaf6a
commit
8b6c163e1b
@ -22,11 +22,12 @@
|
|||||||
#include "pal_string_utils.h"
|
#include "pal_string_utils.h"
|
||||||
#include "filenameUnifier.h"
|
#include "filenameUnifier.h"
|
||||||
|
|
||||||
#include <eggData.h>
|
#include "dcast.h"
|
||||||
#include <bamFile.h>
|
#include "eggData.h"
|
||||||
#include <notify.h>
|
#include "bamFile.h"
|
||||||
#include <notifyCategory.h>
|
#include "notify.h"
|
||||||
#include <notifySeverity.h>
|
#include "notifyCategory.h"
|
||||||
|
#include "notifySeverity.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
#include "eggGroupNode.h"
|
#include "eggGroupNode.h"
|
||||||
#include "eggSwitchCondition.h"
|
#include "eggSwitchCondition.h"
|
||||||
#include "string_utils.h"
|
#include "string_utils.h"
|
||||||
|
#include "dcast.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: EggReader::Constructor
|
// Function: EggReader::Constructor
|
||||||
|
@ -21,14 +21,15 @@
|
|||||||
#include "eggJointData.h"
|
#include "eggJointData.h"
|
||||||
#include "eggSliderData.h"
|
#include "eggSliderData.h"
|
||||||
|
|
||||||
#include <eggGroup.h>
|
#include "dcast.h"
|
||||||
#include <eggTable.h>
|
#include "eggGroup.h"
|
||||||
#include <eggPrimitive.h>
|
#include "eggTable.h"
|
||||||
#include <eggVertex.h>
|
#include "eggPrimitive.h"
|
||||||
#include <eggMorphList.h>
|
#include "eggVertex.h"
|
||||||
#include <eggSAnimData.h>
|
#include "eggMorphList.h"
|
||||||
#include <indirectCompareNames.h>
|
#include "eggSAnimData.h"
|
||||||
#include <indent.h>
|
#include "indirectCompareNames.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
@ -20,9 +20,10 @@
|
|||||||
#include "eggJointNodePointer.h"
|
#include "eggJointNodePointer.h"
|
||||||
#include "eggMatrixTablePointer.h"
|
#include "eggMatrixTablePointer.h"
|
||||||
|
|
||||||
#include <eggGroup.h>
|
#include "dcast.h"
|
||||||
#include <eggTable.h>
|
#include "eggGroup.h"
|
||||||
#include <indent.h>
|
#include "eggTable.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
@ -18,9 +18,10 @@
|
|||||||
|
|
||||||
#include "eggJointNodePointer.h"
|
#include "eggJointNodePointer.h"
|
||||||
|
|
||||||
#include <eggObject.h>
|
#include "dcast.h"
|
||||||
#include <eggGroup.h>
|
#include "eggObject.h"
|
||||||
#include <pointerTo.h>
|
#include "eggGroup.h"
|
||||||
|
#include "pointerTo.h"
|
||||||
|
|
||||||
|
|
||||||
TypeHandle EggJointNodePointer::_type_handle;
|
TypeHandle EggJointNodePointer::_type_handle;
|
||||||
|
@ -18,8 +18,9 @@
|
|||||||
|
|
||||||
#include "eggMatrixTablePointer.h"
|
#include "eggMatrixTablePointer.h"
|
||||||
|
|
||||||
#include <eggXfmAnimData.h>
|
#include "dcast.h"
|
||||||
#include <eggXfmSAnim.h>
|
#include "eggXfmAnimData.h"
|
||||||
|
#include "eggXfmSAnim.h"
|
||||||
|
|
||||||
TypeHandle EggMatrixTablePointer::_type_handle;
|
TypeHandle EggMatrixTablePointer::_type_handle;
|
||||||
|
|
||||||
|
@ -18,12 +18,13 @@
|
|||||||
|
|
||||||
#include "eggTopstrip.h"
|
#include "eggTopstrip.h"
|
||||||
|
|
||||||
#include <eggJointData.h>
|
#include "dcast.h"
|
||||||
#include <eggCharacterCollection.h>
|
#include "eggJointData.h"
|
||||||
#include <eggCharacterData.h>
|
#include "eggCharacterCollection.h"
|
||||||
#include <eggJointPointer.h>
|
#include "eggCharacterData.h"
|
||||||
#include <eggTable.h>
|
#include "eggJointPointer.h"
|
||||||
#include <compose_matrix.h>
|
#include "eggTable.h"
|
||||||
|
#include "compose_matrix.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: EggTopstrip::Constructor
|
// Function: EggTopstrip::Constructor
|
||||||
|
@ -28,6 +28,8 @@
|
|||||||
#include "fltTransformRotateScale.h"
|
#include "fltTransformRotateScale.h"
|
||||||
#include "config_flt.h"
|
#include "config_flt.h"
|
||||||
|
|
||||||
|
#include "dcast.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
TypeHandle FltBead::_type_handle;
|
TypeHandle FltBead::_type_handle;
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#ifndef FLTHEADER_H
|
#ifndef FLTHEADER_H
|
||||||
#define FLTHEADER_H
|
#define FLTHEADER_H
|
||||||
|
|
||||||
#include <pandatoolbase.h>
|
#include "pandatoolbase.h"
|
||||||
|
|
||||||
#include "fltBeadID.h"
|
#include "fltBeadID.h"
|
||||||
#include "fltVertex.h"
|
#include "fltVertex.h"
|
||||||
@ -30,9 +30,12 @@
|
|||||||
#include "fltTrackplane.h"
|
#include "fltTrackplane.h"
|
||||||
#include "fltInstanceDefinition.h"
|
#include "fltInstanceDefinition.h"
|
||||||
|
|
||||||
#include <filename.h>
|
#include "filename.h"
|
||||||
#include <dSearchPath.h>
|
#include "dSearchPath.h"
|
||||||
#include <distanceUnit.h>
|
#include "distanceUnit.h"
|
||||||
|
#include "pvector.h"
|
||||||
|
#include "pset.h"
|
||||||
|
#include "pmap.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Class : FltHeader
|
// Class : FltHeader
|
||||||
|
@ -35,8 +35,9 @@
|
|||||||
#include "fltExternalReference.h"
|
#include "fltExternalReference.h"
|
||||||
#include "config_flt.h"
|
#include "config_flt.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
#include <datagramIterator.h>
|
#include "indent.h"
|
||||||
|
#include "datagramIterator.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
@ -19,12 +19,13 @@
|
|||||||
#ifndef FLTRECORDWRITER_H
|
#ifndef FLTRECORDWRITER_H
|
||||||
#define FLTRECORDWRITER_H
|
#define FLTRECORDWRITER_H
|
||||||
|
|
||||||
#include <pandatoolbase.h>
|
#include "pandatoolbase.h"
|
||||||
|
|
||||||
#include "fltOpcode.h"
|
#include "fltOpcode.h"
|
||||||
#include "fltError.h"
|
#include "fltError.h"
|
||||||
|
|
||||||
#include <datagram.h>
|
#include "datagram.h"
|
||||||
|
#include "pset.h"
|
||||||
|
|
||||||
class FltHeader;
|
class FltHeader;
|
||||||
|
|
||||||
|
@ -18,26 +18,27 @@
|
|||||||
|
|
||||||
#include "fltToEggConverter.h"
|
#include "fltToEggConverter.h"
|
||||||
|
|
||||||
#include <fltRecord.h>
|
#include "fltRecord.h"
|
||||||
#include <fltLOD.h>
|
#include "fltLOD.h"
|
||||||
#include <fltGroup.h>
|
#include "fltGroup.h"
|
||||||
#include <fltObject.h>
|
#include "fltObject.h"
|
||||||
#include <fltBeadID.h>
|
#include "fltBeadID.h"
|
||||||
#include <fltBead.h>
|
#include "fltBead.h"
|
||||||
#include <fltFace.h>
|
#include "fltFace.h"
|
||||||
#include <fltVertex.h>
|
#include "fltVertex.h"
|
||||||
#include <fltVertexList.h>
|
#include "fltVertexList.h"
|
||||||
#include <fltExternalReference.h>
|
#include "fltExternalReference.h"
|
||||||
#include <eggData.h>
|
#include "dcast.h"
|
||||||
#include <eggGroup.h>
|
#include "eggData.h"
|
||||||
#include <eggSwitchCondition.h>
|
#include "eggGroup.h"
|
||||||
#include <eggPrimitive.h>
|
#include "eggSwitchCondition.h"
|
||||||
#include <eggPolygon.h>
|
#include "eggPrimitive.h"
|
||||||
#include <eggPoint.h>
|
#include "eggPolygon.h"
|
||||||
#include <eggVertex.h>
|
#include "eggPoint.h"
|
||||||
#include <eggVertexPool.h>
|
#include "eggVertex.h"
|
||||||
#include <eggExternalReference.h>
|
#include "eggVertexPool.h"
|
||||||
#include <string_utils.h>
|
#include "eggExternalReference.h"
|
||||||
|
#include "string_utils.h"
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
@ -18,11 +18,12 @@
|
|||||||
|
|
||||||
#include "fltCopy.h"
|
#include "fltCopy.h"
|
||||||
|
|
||||||
#include <cvsSourceDirectory.h>
|
#include "cvsSourceDirectory.h"
|
||||||
#include <fltHeader.h>
|
#include "fltHeader.h"
|
||||||
#include <fltFace.h>
|
#include "fltFace.h"
|
||||||
#include <fltExternalReference.h>
|
#include "fltExternalReference.h"
|
||||||
#include <fltError.h>
|
#include "fltError.h"
|
||||||
|
#include "dcast.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: FltCopy::Constructor
|
// Function: FltCopy::Constructor
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoBoundingBox.h"
|
#include "lwoBoundingBox.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoBoundingBox::_type_handle;
|
TypeHandle LwoBoundingBox::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,9 @@
|
|||||||
#include "lwoDiscontinuousVertexMap.h"
|
#include "lwoDiscontinuousVertexMap.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
TypeHandle LwoDiscontinuousVertexMap::_type_handle;
|
TypeHandle LwoDiscontinuousVertexMap::_type_handle;
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoHeader.h"
|
#include "lwoHeader.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoHeader::_type_handle;
|
TypeHandle LwoHeader::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoLayer.h"
|
#include "lwoLayer.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoLayer::_type_handle;
|
TypeHandle LwoLayer::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoPoints.h"
|
#include "lwoPoints.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoPoints::_type_handle;
|
TypeHandle LwoPoints::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoPolygonTags.h"
|
#include "lwoPolygonTags.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoPolygonTags::_type_handle;
|
TypeHandle LwoPolygonTags::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoPolygons.h"
|
#include "lwoPolygons.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoPolygons::_type_handle;
|
TypeHandle LwoPolygons::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoStillImage.h"
|
#include "lwoStillImage.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoStillImage::_type_handle;
|
TypeHandle LwoStillImage::_type_handle;
|
||||||
|
|
||||||
|
@ -27,7 +27,8 @@
|
|||||||
#include "lwoSurfaceBlockWrap.h"
|
#include "lwoSurfaceBlockWrap.h"
|
||||||
#include "lwoSurfaceBlockVMapName.h"
|
#include "lwoSurfaceBlockVMapName.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceBlock::_type_handle;
|
TypeHandle LwoSurfaceBlock::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoSurfaceBlockAxis.h"
|
#include "lwoSurfaceBlockAxis.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceBlockAxis::_type_handle;
|
TypeHandle LwoSurfaceBlockAxis::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoSurfaceBlockChannel.h"
|
#include "lwoSurfaceBlockChannel.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceBlockChannel::_type_handle;
|
TypeHandle LwoSurfaceBlockChannel::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoSurfaceBlockCoordSys.h"
|
#include "lwoSurfaceBlockCoordSys.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceBlockCoordSys::_type_handle;
|
TypeHandle LwoSurfaceBlockCoordSys::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoSurfaceBlockEnabled.h"
|
#include "lwoSurfaceBlockEnabled.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceBlockEnabled::_type_handle;
|
TypeHandle LwoSurfaceBlockEnabled::_type_handle;
|
||||||
|
|
||||||
|
@ -23,7 +23,8 @@
|
|||||||
#include "lwoSurfaceBlockOpacity.h"
|
#include "lwoSurfaceBlockOpacity.h"
|
||||||
#include "lwoSurfaceBlockAxis.h"
|
#include "lwoSurfaceBlockAxis.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceBlockHeader::_type_handle;
|
TypeHandle LwoSurfaceBlockHeader::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoSurfaceBlockImage.h"
|
#include "lwoSurfaceBlockImage.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceBlockImage::_type_handle;
|
TypeHandle LwoSurfaceBlockImage::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoSurfaceBlockOpacity.h"
|
#include "lwoSurfaceBlockOpacity.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceBlockOpacity::_type_handle;
|
TypeHandle LwoSurfaceBlockOpacity::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoSurfaceBlockProjection.h"
|
#include "lwoSurfaceBlockProjection.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceBlockProjection::_type_handle;
|
TypeHandle LwoSurfaceBlockProjection::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoSurfaceBlockRefObj.h"
|
#include "lwoSurfaceBlockRefObj.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceBlockRefObj::_type_handle;
|
TypeHandle LwoSurfaceBlockRefObj::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoSurfaceBlockRepeat.h"
|
#include "lwoSurfaceBlockRepeat.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceBlockRepeat::_type_handle;
|
TypeHandle LwoSurfaceBlockRepeat::_type_handle;
|
||||||
|
|
||||||
|
@ -22,7 +22,8 @@
|
|||||||
#include "lwoSurfaceBlockTransform.h"
|
#include "lwoSurfaceBlockTransform.h"
|
||||||
#include "lwoSurfaceBlockRefObj.h"
|
#include "lwoSurfaceBlockRefObj.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceBlockTMap::_type_handle;
|
TypeHandle LwoSurfaceBlockTMap::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoSurfaceBlockTransform.h"
|
#include "lwoSurfaceBlockTransform.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceBlockTransform::_type_handle;
|
TypeHandle LwoSurfaceBlockTransform::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoSurfaceBlockVMapName.h"
|
#include "lwoSurfaceBlockVMapName.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceBlockVMapName::_type_handle;
|
TypeHandle LwoSurfaceBlockVMapName::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoSurfaceBlockWrap.h"
|
#include "lwoSurfaceBlockWrap.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceBlockWrap::_type_handle;
|
TypeHandle LwoSurfaceBlockWrap::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoSurfaceColor.h"
|
#include "lwoSurfaceColor.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceColor::_type_handle;
|
TypeHandle LwoSurfaceColor::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoSurfaceParameter.h"
|
#include "lwoSurfaceParameter.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceParameter::_type_handle;
|
TypeHandle LwoSurfaceParameter::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoSurfaceSidedness.h"
|
#include "lwoSurfaceSidedness.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceSidedness::_type_handle;
|
TypeHandle LwoSurfaceSidedness::_type_handle;
|
||||||
|
|
||||||
|
@ -19,8 +19,9 @@
|
|||||||
#include "lwoSurfaceSmoothingAngle.h"
|
#include "lwoSurfaceSmoothingAngle.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
#include <deg_2_rad.h>
|
#include "indent.h"
|
||||||
|
#include "deg_2_rad.h"
|
||||||
|
|
||||||
TypeHandle LwoSurfaceSmoothingAngle::_type_handle;
|
TypeHandle LwoSurfaceSmoothingAngle::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoTags.h"
|
#include "lwoTags.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoTags::_type_handle;
|
TypeHandle LwoTags::_type_handle;
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#include "lwoVertexMap.h"
|
#include "lwoVertexMap.h"
|
||||||
#include "lwoInputFile.h"
|
#include "lwoInputFile.h"
|
||||||
|
|
||||||
#include <indent.h>
|
#include "dcast.h"
|
||||||
|
#include "indent.h"
|
||||||
|
|
||||||
TypeHandle LwoVertexMap::_type_handle;
|
TypeHandle LwoVertexMap::_type_handle;
|
||||||
|
|
||||||
|
@ -19,8 +19,9 @@
|
|||||||
#include "cLwoClip.h"
|
#include "cLwoClip.h"
|
||||||
#include "lwoToEggConverter.h"
|
#include "lwoToEggConverter.h"
|
||||||
|
|
||||||
#include <lwoClip.h>
|
#include "lwoClip.h"
|
||||||
#include <lwoStillImage.h>
|
#include "lwoStillImage.h"
|
||||||
|
#include "dcast.h"
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
@ -21,14 +21,15 @@
|
|||||||
#include "cLwoClip.h"
|
#include "cLwoClip.h"
|
||||||
#include "lwoToEggConverter.h"
|
#include "lwoToEggConverter.h"
|
||||||
|
|
||||||
#include <lwoSurfaceColor.h>
|
#include "lwoSurfaceColor.h"
|
||||||
#include <lwoSurfaceParameter.h>
|
#include "lwoSurfaceParameter.h"
|
||||||
#include <lwoSurfaceSmoothingAngle.h>
|
#include "lwoSurfaceSmoothingAngle.h"
|
||||||
#include <lwoSurfaceSidedness.h>
|
#include "lwoSurfaceSidedness.h"
|
||||||
#include <lwoSurfaceBlock.h>
|
#include "lwoSurfaceBlock.h"
|
||||||
#include <eggPrimitive.h>
|
#include "eggPrimitive.h"
|
||||||
#include <string_utils.h>
|
#include "string_utils.h"
|
||||||
#include <mathNumbers.h>
|
#include "mathNumbers.h"
|
||||||
|
#include "dcast.h"
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
@ -20,11 +20,12 @@
|
|||||||
#include "cLwoSurfaceBlockTMap.h"
|
#include "cLwoSurfaceBlockTMap.h"
|
||||||
#include "lwoToEggConverter.h"
|
#include "lwoToEggConverter.h"
|
||||||
|
|
||||||
#include <lwoSurfaceBlockChannel.h>
|
#include "lwoSurfaceBlockChannel.h"
|
||||||
#include <lwoSurfaceBlockEnabled.h>
|
#include "lwoSurfaceBlockEnabled.h"
|
||||||
#include <lwoSurfaceBlockImage.h>
|
#include "lwoSurfaceBlockImage.h"
|
||||||
#include <lwoSurfaceBlockRepeat.h>
|
#include "lwoSurfaceBlockRepeat.h"
|
||||||
#include <lwoSurfaceBlockVMapName.h>
|
#include "lwoSurfaceBlockVMapName.h"
|
||||||
|
#include "dcast.h"
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
@ -19,9 +19,10 @@
|
|||||||
#include "cLwoSurfaceBlockTMap.h"
|
#include "cLwoSurfaceBlockTMap.h"
|
||||||
#include "lwoToEggConverter.h"
|
#include "lwoToEggConverter.h"
|
||||||
|
|
||||||
#include <lwoSurfaceBlockTransform.h>
|
#include "lwoSurfaceBlockTransform.h"
|
||||||
#include <lwoSurfaceBlockRefObj.h>
|
#include "lwoSurfaceBlockRefObj.h"
|
||||||
#include <compose_matrix.h>
|
#include "compose_matrix.h"
|
||||||
|
#include "dcast.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: CLwoSurfaceBlockTMap::Constructor
|
// Function: CLwoSurfaceBlockTMap::Constructor
|
||||||
|
@ -23,17 +23,18 @@
|
|||||||
#include "cLwoPolygons.h"
|
#include "cLwoPolygons.h"
|
||||||
#include "cLwoSurface.h"
|
#include "cLwoSurface.h"
|
||||||
|
|
||||||
#include <eggData.h>
|
#include "eggData.h"
|
||||||
#include <lwoHeader.h>
|
#include "lwoHeader.h"
|
||||||
#include <lwoLayer.h>
|
#include "lwoLayer.h"
|
||||||
#include <lwoClip.h>
|
#include "lwoClip.h"
|
||||||
#include <lwoPoints.h>
|
#include "lwoPoints.h"
|
||||||
#include <lwoPolygons.h>
|
#include "lwoPolygons.h"
|
||||||
#include <lwoVertexMap.h>
|
#include "lwoVertexMap.h"
|
||||||
#include <lwoDiscontinuousVertexMap.h>
|
#include "lwoDiscontinuousVertexMap.h"
|
||||||
#include <lwoTags.h>
|
#include "lwoTags.h"
|
||||||
#include <lwoPolygonTags.h>
|
#include "lwoPolygonTags.h"
|
||||||
#include <lwoInputFile.h>
|
#include "lwoInputFile.h"
|
||||||
|
#include "dcast.h"
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
@ -18,12 +18,13 @@
|
|||||||
|
|
||||||
#include "pStatView.h"
|
#include "pStatView.h"
|
||||||
|
|
||||||
#include <pStatFrameData.h>
|
#include "pStatFrameData.h"
|
||||||
#include <pStatCollectorDef.h>
|
#include "pStatCollectorDef.h"
|
||||||
#include <vector_int.h>
|
#include "vector_int.h"
|
||||||
|
#include "plist.h"
|
||||||
|
#include "pset.h"
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include "plist.h"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
#include "datagram.h"
|
#include "datagram.h"
|
||||||
#include "eggMaterialCollection.h"
|
#include "eggMaterialCollection.h"
|
||||||
#include "eggTextureCollection.h"
|
#include "eggTextureCollection.h"
|
||||||
|
#include "dcast.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: XFileToEggConverter::Constructor
|
// Function: XFileToEggConverter::Constructor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user