Home
last modified time | relevance | path

Searched refs:m_solid (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Source/
H A DSample_SoloMesh.cpp50 m_solid(0), in Sample_SoloMesh()
69 rcFreeHeightField(m_solid); in cleanup()
70 m_solid = 0; in cleanup()
168 valid[DRAWMODE_VOXELS] = m_solid != 0; in handleDebugMode()
169 valid[DRAWMODE_VOXELS_WALKABLE] = m_solid != 0; in handleDebugMode()
286 if (m_solid && m_drawMode == DRAWMODE_VOXELS) in handleRender()
289 duDebugDrawHeightfieldSolid(&m_dd, *m_solid); in handleRender()
430 m_solid = rcAllocHeightfield(); in handleBuild()
431 if (!m_solid) in handleBuild()
505 rcFreeHeightField(m_solid); in handleBuild()
[all …]
H A DSample_TileMesh.cpp183 m_solid(0), in Sample_TileMesh()
215 rcFreeHeightField(m_solid); in cleanup()
216 m_solid = 0; in cleanup()
356 valid[DRAWMODE_VOXELS] = m_solid != 0; in handleDebugMode()
357 valid[DRAWMODE_VOXELS_WALKABLE] = m_solid != 0; in handleDebugMode()
487 if (m_solid && m_drawMode == DRAWMODE_VOXELS) in handleRender()
490 duDebugDrawHeightfieldSolid(&m_dd, *m_solid); in handleRender()
872 m_solid = rcAllocHeightfield(); in buildTileMesh()
873 if (!m_solid) in buildTileMesh()
955 rcFreeHeightField(m_solid); in buildTileMesh()
[all …]
/dports/graphics/epix/epix-1.2.19/
H A Dpath_style.cc101 : m_separation(AVG_SEP), m_natural_length(1), m_solid(true) in path_state()
108 : m_separation(AVG_SEP), m_solid(false) in path_state()
118 m_solid = true; in path_state()
151 return m_solid; in is_solid()
H A Dpath_style.h76 bool m_solid; variable
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Ddecal.cpp28 m_solid(), in Decal()
37 reader.get("solid", m_solid, false); in Decal()
38 if (m_solid) in Decal()
50 result.add_bool(_("Solid"), &m_solid, "solid", false); in get_settings()
H A Ddecal.hpp58 bool m_solid; member in Decal
/dports/devel/upp/upp/bazaar/plugin/assimp/contrib/Open3DGC/
H A Do3dgcIndexedFaceSet.h41 m_solid = true; in IndexedFaceSet()
118 bool GetSolid() const { return m_solid ;} in GetSolid()
161 …void SetSolid (bool solid) { m_solid in SetSolid()
256 bool m_solid; variable
/dports/multimedia/assimp/assimp-5.1.3/contrib/Open3DGC/
H A Do3dgcIndexedFaceSet.h41 m_solid = true; in IndexedFaceSet()
118 bool GetSolid() const { return m_solid ;} in GetSolid()
161 …void SetSolid (bool solid) { m_solid in SetSolid()
256 bool m_solid; variable
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/contrib/Open3DGC/
H A Do3dgcIndexedFaceSet.h41 m_solid = true; in IndexedFaceSet()
118 bool GetSolid() const { return m_solid ;} in GetSolid()
161 …void SetSolid (bool solid) { m_solid in SetSolid()
256 bool m_solid; variable
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/supertux/
H A Dautotile.cpp49 m_solid(solid) in Autotile()
132 return m_solid; in is_solid()
H A Dautotile.hpp87 bool m_solid; member in Autotile
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Include/
H A DSample_SoloMesh.h33 rcHeightfield* m_solid; variable
H A DSample_TileMesh.h35 rcHeightfield* m_solid; variable
/dports/www/kf5-khtml/khtml-5.89.0/src/html/
H A Dhtml_tableimpl.h151 bool m_solid : 1; variable
370 bool m_solid : 1; variable
H A Dhtml_tableimpl.cpp57 m_solid = false; in HTMLTableElementImpl()
514 m_solid = true; in parseAttribute()
642 int v = m_solid ? CSS_VAL_SOLID : CSS_VAL_OUTSET; in updateFrame()
929 m_solid = false; in HTMLTableCellElementImpl()
/dports/graphics/wdune/wdune-1.926/src/
H A DMyMesh.h174 bool solid() { return m_solid; } in solid()
278 bool m_solid; variable
732 bool solid = m_solid; in draw()
1890 meshFlags |= m_solid ? MESH_SOLID : 0; in getMeshFlags()
1903 m_solid = meshFlags & MESH_SOLID; in setMeshFlags()
2242 if (m_solid) in buildNewTriangulatedMesh()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-12-06132198 rowHeight and m_solid.