Release candidate 2 : 3.1
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>pull/267/head v3.1-rc2
parent
392730be07
commit
1ec72cdddb
|
@ -57,8 +57,10 @@ namespace Assimp {
|
||||||
class ASSIMP_API RemoveRedundantMatsProcess : public BaseProcess
|
class ASSIMP_API RemoveRedundantMatsProcess : public BaseProcess
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
/// The default class constructor.
|
||||||
RemoveRedundantMatsProcess();
|
RemoveRedundantMatsProcess();
|
||||||
|
|
||||||
|
/// The class destructor.
|
||||||
~RemoveRedundantMatsProcess();
|
~RemoveRedundantMatsProcess();
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -56,7 +56,7 @@ namespace Assimp {
|
||||||
class ASSIMP_API RemoveVCProcess : public BaseProcess
|
class ASSIMP_API RemoveVCProcess : public BaseProcess
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/// The class constructor.
|
/// The default class constructor.
|
||||||
RemoveVCProcess();
|
RemoveVCProcess();
|
||||||
|
|
||||||
/// The class destructor.
|
/// The class destructor.
|
||||||
|
|
Loading…
Reference in New Issue