Home
last modified time | relevance | path

Searched refs:S_POINTS (Results 1 – 6 of 6) sorted by relevance

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/xray_re/
H A Dxr_geom_buf.h156 S_POINTS = 0x01, enumerator
245 inline bool xr_vbuf::has_points() const { return !!(m_signature & S_POINTS); } in has_points()
H A Dxr_dm.cxx63 mesh->prepare(xr_vbuf::S_POINTS|xr_vbuf::S_TEXCOORDS, m_vb.size(), m_ib.size()); in to_object()
H A Dxr_geom_buf.cxx409 m_signature |= S_POINTS; in make_signature()
H A Dxr_mesh_builder.cxx11 if (signature & xr_vbuf::S_POINTS) { in set()
/dports/games/xray_re-tools/xray_re-tools-52721d2/perl_scripts/stkutils/
H A Dogf.pm34 use constant S_POINTS => 0x01; constant
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/utils/converter/
H A Dlevel_mesh.cxx70 …m_vb.set_signature(xray_re::xr_vbuf::S_POINTS|xray_re::xr_vbuf::S_NORMALS|xray_re::xr_vbuf::S_TEXC… in level_mesh()