update serializer with new properties
This commit is contained in:
@@ -18,14 +18,11 @@
|
||||
#include <osg/TextureBuffer>
|
||||
#include <sstream>
|
||||
|
||||
///texture unit reserved for morphtarget TBO
|
||||
#define DEFAULTMORPHTEXTUREUNIT 7
|
||||
|
||||
using namespace osgAnimation;
|
||||
|
||||
MorphTransformHardware::MorphTransformHardware():
|
||||
_needInit(true),
|
||||
_reservedTextureUnit(DEFAULTMORPHTEXTUREUNIT)
|
||||
_reservedTextureUnit(MORPHTRANSHW_DEFAULTMORPHTEXTUREUNIT)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -20,13 +20,11 @@
|
||||
|
||||
using namespace osgAnimation;
|
||||
|
||||
#define DEFAULT_FIRST_VERTATTRIB_TARGETTED 11
|
||||
|
||||
RigTransformHardware::RigTransformHardware():
|
||||
_bonesPerVertex (0),
|
||||
_nbVertices (0),
|
||||
_needInit (true),
|
||||
_minAttribIndex(DEFAULT_FIRST_VERTATTRIB_TARGETTED)
|
||||
_minAttribIndex(RIGTRANSHW_DEFAULT_FIRST_VERTATTRIB_TARGETTED)
|
||||
{}
|
||||
|
||||
RigTransformHardware::RigTransformHardware(const RigTransformHardware& rth, const osg::CopyOp& copyop):
|
||||
|
||||
Reference in New Issue
Block a user