Home
last modified time | relevance | path

Searched refs:Lib3dsTexel (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/lib3ds/lib3ds-1.3.0/lib3ds/
H A Dtypes.h65 typedef float Lib3dsTexel[2]; typedef
H A Dmesh.h130 Lib3dsTexel *texelL; /*< U-V texture coordinates */
H A Dmesh.c330 mesh->texelL=calloc(sizeof(Lib3dsTexel)*texels,1); in lib3ds_mesh_new_texel_list()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/lib3ds-1.3.0/lib3ds/
H A Dtypes.h72 typedef float Lib3dsTexel[2]; typedef
H A Dmesh.h130 Lib3dsTexel *texelL; /*< U-V texture coordinates */
H A Dmesh.c330 mesh->texelL=calloc(sizeof(Lib3dsTexel)*texels,1); in lib3ds_mesh_new_texel_list()
/dports/games/bzflag-server/bzflag-2.4.22/misc/
H A D3ds2bzw.cxx165 Lib3dsTexel *texel = &(mesh->texelL[i]); in main()
/dports/games/bzflag/bzflag-2.4.22/misc/
H A D3ds2bzw.cxx165 Lib3dsTexel *texel = &(mesh->texelL[i]); in main()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/
H A DReaderWriter3DS.cpp259 OSG_NOTICE<<" sizeof(Lib3dsTexel)="<<sizeof(Lib3dsTexel)<<std::endl;
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/
H A DReaderWriter3DS.cpp268 OSG_NOTICE<<" sizeof(Lib3dsTexel)="<<sizeof(Lib3dsTexel)<<std::endl; in ReaderWriter3DS()