mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
fix long, skinny polygon bug
This commit is contained in:
parent
30a9478362
commit
1ccd464d81
@ -36,7 +36,7 @@ static const unsigned short _bam_major_ver = 6;
|
|||||||
// Bumped to major version 5 on 5/6/05 for new Geom implementation.
|
// Bumped to major version 5 on 5/6/05 for new Geom implementation.
|
||||||
// Bumped to major version 6 on 2/11/06 to factor out PandaNode::CData.
|
// Bumped to major version 6 on 2/11/06 to factor out PandaNode::CData.
|
||||||
|
|
||||||
static const unsigned short _bam_minor_ver = 12;
|
static const unsigned short _bam_minor_ver = 13;
|
||||||
// Bumped to minor version 1 on 3/12/06 to add Texture::_compression.
|
// Bumped to minor version 1 on 3/12/06 to add Texture::_compression.
|
||||||
// Bumped to minor version 2 on 3/17/06 to add PandaNode::_draw_control_mask.
|
// Bumped to minor version 2 on 3/17/06 to add PandaNode::_draw_control_mask.
|
||||||
// Bumped to minor version 3 on 3/21/06 to add Texture::_ram_images.
|
// Bumped to minor version 3 on 3/21/06 to add Texture::_ram_images.
|
||||||
@ -49,6 +49,7 @@ static const unsigned short _bam_minor_ver = 12;
|
|||||||
// Bumped to minor version 10 on 6/19/07 to properly write PartBundles.
|
// Bumped to minor version 10 on 6/19/07 to properly write PartBundles.
|
||||||
// Bumped to minor version 11 on 6/20/07 to write frozen joints to PartGroups.
|
// Bumped to minor version 11 on 6/20/07 to write frozen joints to PartGroups.
|
||||||
// Bumped to minor version 12 on 7/3/07 to rework control/frozen joints more.
|
// Bumped to minor version 12 on 7/3/07 to rework control/frozen joints more.
|
||||||
|
// Bumped to minor version 13 on 8/15/07 to reverse CollisionPolygon vertices.
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user