Changeset 504

Show
Ignore:
Timestamp:
02/12/08 19:05:28 (11 months ago)
Author:
phill
Message:

o Exposing new stuff to .NET.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/morph-targets/libx42.net/Model.cpp

    r476 r504  
    3838#include "IndexCollection.h" 
    3939#include "VertexData.h" 
     40#include "MorphTarget.h" 
    4041 
    4142using namespace System; 
     
    140141        infs = gcnew InfluenceCollection( this ); 
    141142        tags = gcnew TagCollection( this ); 
     143        morphDeltas = gcnew MorphDeltaCollection( this ); 
    142144        groups = gcnew GroupCollection( this, 0, m->header.numGroups ); 
    143145        lods = gcnew LodCollection( this ); 
  • branches/morph-targets/libx42.net/Model.h

    r476 r504  
    5151ref class AnimationBuffer; 
    5252ref class AnimationData; 
     53ref class MorphDeltaCollection; 
    5354 
    5455public value struct Sphere 
     
    175176        { 
    176177                IndexCollection^ get( void ) { return indices; } 
     178        } 
     179 
     180        property MorphDeltaCollection^ MorphDeltas 
     181        { 
     182                MorphDeltaCollection^ get( void ) { return morphDeltas; } 
    177183        } 
    178184 
     
    247253        LodCollection ^lods; 
    248254        IndexCollection ^indices; 
     255        MorphDeltaCollection ^morphDeltas; 
    249256 
    250257        VertexData ^verts; 
  • branches/morph-targets/libx42.net/libx42.net.vcproj

    r462 r504  
    289289                        </File> 
    290290                        <File 
     291                                RelativePath=".\MorphTarget.cpp" 
     292                                > 
     293                        </File> 
     294                        <File 
     295                                RelativePath=".\MorphTarget.h" 
     296                                > 
     297                        </File> 
     298                        <File 
    291299                                RelativePath=".\Tag.cpp" 
    292300                                >