Home
last modified time | relevance | path

Searched refs:lib3ds_mesh_new (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/lib3ds/lib3ds-1.3.0/lib3ds/
H A Dmesh.h137 extern LIB3DSAPI Lib3dsMesh* lib3ds_mesh_new(const char *name);
H A Dmesh.c151 lib3ds_mesh_new(const char *name) in lib3ds_mesh_new() function
H A Dfile.c343 mesh=lib3ds_mesh_new(name); in named_object_read()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/lib3ds-1.3.0/lib3ds/
H A Dmesh.h137 LIB3DSEXTERN LIB3DSAPI Lib3dsMesh* lib3ds_mesh_new(const char *name);
H A Dmesh.c151 lib3ds_mesh_new(const char *name) in lib3ds_mesh_new() function
H A Dfile.c343 mesh=lib3ds_mesh_new(name); in named_object_read()
/dports/games/warzone2100/warzone2100/tools/display/
H A Dwzmto3ds.c94 Lib3dsMesh *m = lib3ds_mesh_new("Warzone Mesh"); in dump_to_3ds()
/dports/games/warzone2100/warzone2100/tools/conversion/
H A Dpie23ds.c96 Lib3dsMesh *m = lib3ds_mesh_new("Warzone Mesh"); in dump_to_3ds()
/dports/cad/ldview/ldview-4.4/LDExporter/
H A DLD3dsExporter.cpp251 pMesh = lib3ds_mesh_new(meshName.c_str()); in doExport2()
/dports/devel/vcglib/vcglib-2020.09/wrap/io_trimesh/
H A Dexport_3ds.h256 Lib3dsMesh *mesh = lib3ds_mesh_new("mesh");//creates a new mesh with mesh's name "mesh"
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/io_trimesh/
H A Dexport_3ds.h256 Lib3dsMesh *mesh = lib3ds_mesh_new("mesh");//creates a new mesh with mesh's name "mesh"
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/
H A DWriterNodeVisitor.cpp915 Lib3dsMesh *mesh = lib3ds_mesh_new( name.c_str() ); in buildFaces()
959 …mesh = lib3ds_mesh_new( getUniqueName(geo.getName().empty() ? geo.className() : geo.getName(), tru… in buildFaces()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/
H A DWriterNodeVisitor.cpp910 Lib3dsMesh *mesh = lib3ds_mesh_new( name.c_str() ); in buildFaces()
954 …mesh = lib3ds_mesh_new( getUniqueName(geo.getName().empty() ? geo.className() : geo.getName(), tru… in buildFaces()
/dports/cad/ldview/ldview-4.4/3rdParty/lib3ds/
H A Dlib3ds.h637 extern LIB3DSAPI Lib3dsMesh* lib3ds_mesh_new(const char *name);
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/lib3ds/src/
H A Dlib3ds.h641 extern LIB3DSAPI Lib3dsMesh* lib3ds_mesh_new(const char *name);
H A Dlib3ds_mesh.c34 lib3ds_mesh_new(const char *name) { in lib3ds_mesh_new() function
H A Dlib3ds_file.c243 mesh = lib3ds_mesh_new(name); in named_object_read()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/
H A Dlib3ds.h638 extern LIB3DSAPI Lib3dsMesh* lib3ds_mesh_new(const char *name);
H A Dlib3ds_mesh.c34 lib3ds_mesh_new(const char *name) { in lib3ds_mesh_new() function
H A Dlib3ds_file.c243 mesh = lib3ds_mesh_new(name); in named_object_read()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/lib3ds/
H A Dlib3ds.h644 extern LIB3DSAPI Lib3dsMesh* lib3ds_mesh_new(const char *name);
H A Dlib3ds_mesh.c34 lib3ds_mesh_new(const char *name) { in lib3ds_mesh_new() function
H A Dlib3ds_file.c243 mesh = lib3ds_mesh_new(name); in named_object_read()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/dae23ds_lib3ds/src/
H A DDAE23dsWriter.cpp588 Lib3dsMesh *_3dsmesh = lib3ds_mesh_new(geometry->getName().c_str()); in _writeGeometry_lib3ds()