Home
last modified time | relevance | path

Searched refs:drawDebug (Results 1 – 25 of 31) sorted by relevance

12

/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/LuaScripts/
H A D11_Physics.lua199 drawDebug = not drawDebug
240 if drawDebug then
H A D06_SkeletalAnimation.lua173 drawDebug = not drawDebug
189 if drawDebug then
H A D09_MultipleViewports.lua212 drawDebug = not drawDebug
226 if drawDebug then
H A D12_PhysicsStressTest.lua215 drawDebug = not drawDebug
254 if drawDebug then
H A D08_Decals.lua193 drawDebug = not drawDebug
252 if drawDebug then
H A D07_Billboards.lua229 drawDebug = not drawDebug
267 if drawDebug then
H A D13_Ragdolls.lua200 drawDebug = not drawDebug
237 if drawDebug then
H A D32_Urho2DConstraints.lua34 drawDebug = true -- Set DrawDebugGeometry() to true
358 …if input:GetKeyPress(KEY_SPACE) then drawDebug = not drawDebug end -- Toggle debug geometry with s…
363 if drawDebug then physicsWorld:DrawDebugGeometry() end
H A D15_Navigation.lua227 drawDebug = not drawDebug
407 if drawDebug then
H A D39_CrowdNavigation.lua388 drawDebug = not drawDebug
478 if drawDebug then
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/
H A D06_SkeletalAnimation.as178 drawDebug = !drawDebug;
195 if (drawDebug)
H A D07_Billboards.as230 drawDebug = !drawDebug;
275 if (drawDebug)
H A D12_PhysicsStressTest.as216 drawDebug = !drawDebug;
257 if (drawDebug)
H A D08_Decals.as196 drawDebug = !drawDebug;
262 if (drawDebug)
H A D09_MultipleViewports.as212 drawDebug = !drawDebug;
227 if (drawDebug)
H A D11_Physics.as210 drawDebug = !drawDebug;
252 if (drawDebug)
H A D32_Urho2DConstraints.as35 drawDebug = true; // Set DrawDebugGeometry() to true
378 if (input.keyPress[KEY_SPACE]) drawDebug = !drawDebug; // Toggle debug geometry with space
389 if (drawDebug) physicsWorld.DrawDebugGeometry();
H A D13_Ragdolls.as207 drawDebug = !drawDebug;
246 if (drawDebug)
H A D15_Navigation.as232 drawDebug = !drawDebug;
443 if (drawDebug)
H A DNinjaSnowWar.as46 bool drawDebug = false;
453 if (drawDebug)
485 drawDebug = !drawDebug;
/dports/deskutils/easystroke/easystroke-0.6.0/
H A Dgesture.h107 static Glib::RefPtr<Gdk::Pixbuf> drawDebug(RStroke, RStroke, int);
H A Dstats.cc150 Glib::RefPtr<Gdk::Pixbuf> Stroke::drawDebug(RStroke a, RStroke b, int size) { in drawDebug() function in Stroke
227 row2[cols.debug] = Stroke::drawDebug(r->stroke, i->second.second, STROKE_SIZE); in on_stroke()
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/LuaScripts/Utilities/
H A DSample.lua16 drawDebug = false -- Draw debug geometry flag
/dports/astro/stellarium/stellarium-0.21.3/plugins/Scenery3d/src/
H A DS3DRenderer.hpp323 void drawDebug();
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Graphics/
H A DViewport.pkg33 tolua_property__get_set bool drawDebug;

12