Show
Ignore:
Timestamp:
05/28/09 15:29:20 (4 years ago)
Author:
robert
Message:

From Gregory Jaegy and Robert Osfield, added support for static linking of OpenFlight? plugin

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/GeometryRecords.cpp

    r10084 r10283  
    537537}; 
    538538 
    539 RegisterRecordProxy<Face> g_Face(FACE_OP); 
     539REGISTER_FLTRECORD(Face, FACE_OP) 
     540 
    540541 
    541542 
     
    593594 
    594595 
    595 RegisterRecordProxy<VertexListRecord> g_VertexList(VERTEX_LIST_OP); 
     596REGISTER_FLTRECORD(VertexListRecord, VERTEX_LIST_OP) 
     597 
    596598 
    597599 
     
    682684}; 
    683685 
    684 RegisterRecordProxy<MorphVertexList> g_MorphVertexList(MORPH_VERTEX_LIST_OP); 
     686REGISTER_FLTRECORD(MorphVertexList, MORPH_VERTEX_LIST_OP) 
     687 
    685688 
    686689 
     
    10171020}; 
    10181021 
    1019 RegisterRecordProxy<Mesh> g_Mesh(MESH_OP); 
     1022REGISTER_FLTRECORD(Mesh, MESH_OP) 
     1023 
    10201024 
    10211025 
     
    11341138}; 
    11351139 
    1136 RegisterRecordProxy<LocalVertexPool> g_LocalVertexPool(LOCAL_VERTEX_POOL_OP); 
     1140REGISTER_FLTRECORD(LocalVertexPool, LOCAL_VERTEX_POOL_OP) 
     1141 
    11371142 
    11381143 
     
    12721277}; 
    12731278 
    1274 RegisterRecordProxy<MeshPrimitive> g_MeshPrimitive(MESH_PRIMITIVE_OP); 
     1279REGISTER_FLTRECORD(MeshPrimitive, MESH_PRIMITIVE_OP) 
     1280 
    12751281 
    12761282