Home
last modified time | relevance | path

Searched refs:modelFlags (Results 1 – 25 of 43) sorted by relevance

12

/dports/science/jmol/jmol-14.32.7/src/org/jmol/shapespecial/
H A DDrawMesh.java55 public BS modelFlags; field in DrawMesh
134 BSUtil.deleteBits(modelFlags, bs); in deleteAtoms()
H A DDraw.java464 if (m.modelFlags != null) { in deleteModels()
466 deleteMesh = (m.modelFlags.length() == 0); in deleteModels()
639 thisMesh.modelFlags = null; in setDrawing()
671 thisMesh.modelFlags = new BS(); in setDrawing()
692 thisMesh.modelFlags.set(iModel); in setDrawing()
783 thisMesh.modelFlags.set(modelIndex); in setPoints()
1162 } else if (m.modelFlags != null) { in setModelVisibilityFlags()
1164 m.bsMeshesVisible.or(m.modelFlags); in setModelVisibilityFlags()
1188 BS bs = ((DrawMesh) pickedMesh).modelFlags; in checkObjectClicked()
1337 if (m.modelFlags != null in findPickedObject()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/components/
H A DCCmpVisualActor.cpp584 u32 modelFlags = 0; in REGISTER_COMPONENT_TYPE() local
587 modelFlags |= MODELFLAG_SILHOUETTE_DISPLAY; in REGISTER_COMPONENT_TYPE()
590 modelFlags |= MODELFLAG_SILHOUETTE_OCCLUDER; in REGISTER_COMPONENT_TYPE()
594 modelFlags |= MODELFLAG_IGNORE_LOS; in REGISTER_COMPONENT_TYPE()
596 model.ToCModel()->AddFlagsRec(modelFlags); in REGISTER_COMPONENT_TYPE()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/metadata/geolocationedit/searches/
H A Dsearchresultmodelhelper.h63 …PropertyFlags modelFlags() …
H A Dsearchresultmodelhelper.cpp127 GeoModelHelper::PropertyFlags SearchResultModelHelper::modelFlags() const in modelFlags() function in DigikamGenericGeolocationEditPlugin::SearchResultModelHelper
/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/geoiface/bookmark/
H A Dgpsbookmarkmodelhelper.h72 PropertyFlags modelFlags() const override;
H A Dgpsbookmarkmodelhelper.cpp210 GeoModelHelper::PropertyFlags GPSBookmarkModelHelper::modelFlags() const in modelFlags() function in Digikam::GPSBookmarkModelHelper
/dports/graphics/digikam/digikam-7.4.0/core/tests/geolocation/geoiface/calibrator/
H A Dcalibrator.h54 PropertyFlags modelFlags() const override;
H A Dcalibrator.cpp116 GeoModelHelper::PropertyFlags CalibratorModelHelper::modelFlags() const in modelFlags() function in CalibratorModelHelper
/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/geoiface/core/
H A Dgpsgeoifacemodelhelper.h63 …PropertyFlags modelFlags() co…
H A Dgeomodelhelper.cpp118 GeoModelHelper::PropertyFlags GeoModelHelper::modelFlags() const in modelFlags() function in Digikam::GeoModelHelper
H A Dgeomodelhelper.h75 virtual PropertyFlags modelFlags() const;
H A Dgpsgeoifacemodelhelper.cpp229 GeoModelHelper::PropertyFlags GPSGeoIfaceModelHelper::modelFlags() const in modelFlags() function in Digikam::GPSGeoIfaceModelHelper
/dports/graphics/digikam/digikam-7.4.0/core/tests/geolocation/geoiface/demo/
H A Dmainwindow.h55 PropertyFlags modelFlags() const override;
H A Dmainwindow.cpp627 GeoModelHelper::PropertyFlags MarkerModelHelper::modelFlags() const in modelFlags() function in MarkerModelHelper
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/include/doomsday/defs/
H A Dded.h51 ded_flags_t modelFlags; // Default values for models. member
/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/geoiface/backends/
H A Dbackendmarble.cpp813 if (!modelHelper->modelFlags().testFlag(GeoModelHelper::FlagVisible)) in marbleCustomPaint()
1798 if ((!modelHelper->modelFlags().testFlag(GeoModelHelper::FlagVisible)) || in findSnapPoint()
1799 (!modelHelper->modelFlags().testFlag(GeoModelHelper::FlagSnaps))) in findSnapPoint()
/dports/games/openjk/OpenJK-07675e2/codemp/ui/
H A Dui_syscalls.c367 …eName, int modelIndex, qhandle_t customSkin, qhandle_t customShader, int modelFlags, int lodBias) { in trap_G2API_InitGhoul2Model() argument
368 …2_INITGHOUL2MODEL, ghoul2Ptr, fileName, modelIndex, customSkin, customShader, modelFlags, lodBias); in trap_G2API_InitGhoul2Model()
H A Dui_public.h345 …eName, int modelIndex, qhandle_t customSkin, qhandle_t customShader, int modelFlags, int lodBias );
/dports/games/openjk/OpenJK-07675e2/code/ui/
H A Dui_shared.h221 …st char *fileName, int, qhandle_t customSkin, qhandle_t customShader, int modelFlags, int lodBias);
/dports/games/openjk/OpenJK-07675e2/code/server/
H A Dsv_game.cpp592 qhandle_t customSkin, qhandle_t customShader, int modelFlags, int lodBias) in SV_G2API_InitGhoul2Model() argument
594 …API_InitGhoul2Model( ghoul2, fileName, modelIndex, customSkin, customShader, modelFlags, lodBias ); in SV_G2API_InitGhoul2Model()
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dg_public.h264 qhandle_t customShader, int modelFlags, int lodBias );
/dports/games/openjk/OpenJK-07675e2/codeJK2/game/
H A Dg_public.h254 qhandle_t customShader, int modelFlags, int lodBias );
/dports/games/openjk/OpenJK-07675e2/code/ghoul2/
H A DG2.h136 qhandle_t customShader = NULL_HANDLE, int modelFlags = 0, int lodBias = 0);
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_uiapi.cpp298 …Name, int modelIndex, qhandle_t customSkin, qhandle_t customShader, int modelFlags, int lodBias ) { in CL_G2API_InitGhoul2Model() argument
306 …(CGhoul2Info_v **)ghoul2Ptr, fileName, modelIndex, customSkin, customShader, modelFlags, lodBias ); in CL_G2API_InitGhoul2Model()

12