| .. |
|
Utilities
|
b46db86f24
Updated for current Urho3D, modified isometric demo to include interactions similar to the 2d platformer.
|
8 лет назад |
|
01_HelloWorld.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
02_HelloGUI.lua
|
d78fc4020f
minor typos
|
9 лет назад |
|
03_Sprites.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
04_StaticScene.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
05_AnimatingScene.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
06_SkeletalAnimation.lua
|
9d7dceb2f2
06_SkeletalAnimatin: fix running out bounds, lighting correction
|
9 лет назад |
|
07_Billboards.lua
|
d78fc4020f
minor typos
|
9 лет назад |
|
08_Decals.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
09_MultipleViewports.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
10_RenderToTexture.lua
|
b3964e21c5
Demonstrate Z fighting elimination by depth bias in 10_RenderToTexture sample. Closes #1543.
|
9 лет назад |
|
11_Physics.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
12_PhysicsStressTest.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
13_Ragdolls.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
14_SoundEffects.lua
|
0e2182b4e8
Updated sound effects Lua sample to use SetAutoRemoveMode() instead of nodes.
|
8 лет назад |
|
15_Navigation.lua
|
ef3b6efd96
Add streaming mode to Lua samples 15_Navigation and 39_CrowdNavigation. Minor changes.
|
8 лет назад |
|
16_Chat.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
17_SceneReplication.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
18_CharacterDemo.lua
|
d78fc4020f
minor typos
|
9 лет назад |
|
19_VehicleDemo.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
20_HugeObjectCount.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
23_Water.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
24_Urho2DSprite.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
25_Urho2DParticle.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
26_ConsoleInput.lua
|
11f099c655
Minor style edits. Use position instead of iterator in autocomplete to be safe against iterator invalidation. Add Lua binding to autocomplete. Add short description of the new feature being demonstrated in sample 26.
|
9 лет назад |
|
27_Urho2DPhysics.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
28_Urho2DPhysicsRope.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
30_LightAnimation.lua
|
d6f5f5d45c
Fix gold coin animation
|
9 лет назад |
|
31_MaterialAnimation.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
32_Urho2DConstraints.lua
|
2821837f2a
Remove zero damping from Urho2DConstraints sample to eliminate jittering behavior. Closes #1816.
|
9 лет назад |
|
33_Urho2DSpriterAnimation.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
34_DynamicGeometry.lua
|
c13084b962
Add Lua binding for Model's SetVertexBuffer() and SetIndexBuffer().
|
9 лет назад |
|
35_SignedDistanceFieldText.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
36_Urho2DTileMap.lua
|
ef6284c938
Fixed mouse mode for sample #36 [ci skip]
|
9 лет назад |
|
37_UIDrag.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
38_SceneAndUILoad.lua
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
39_CrowdNavigation.lua
|
ef3b6efd96
Add streaming mode to Lua samples 15_Navigation and 39_CrowdNavigation. Minor changes.
|
8 лет назад |
|
40_Localization.lua
|
fa767d1dc1
40_Localization: Center mouse on start
|
8 лет назад |
|
41_DatabaseDemo.lua
|
b057434bfa
Make escape key name consistent between keycode and scancode.
|
9 лет назад |
|
42_PBRMaterials.lua
|
53c36d25f9
Added PBR demo changes to LUA and AS
|
8 лет назад |
|
43_HttpRequestDemo.lua
|
d78fc4020f
minor typos
|
9 лет назад |
|
44_RibbonTrailDemo.lua
|
a9f7703f74
Add update invisible parameter to RibbonTrail and use it on the samples.
|
9 лет назад |
|
45_InverseKinematics.lua
|
e134de1b18
Updating sample scripts
|
8 лет назад |
|
46_RaycastVehicleDemo.lua
|
d4df1937c8
Line breaks formatting for RaycastVehicle demo code.
|
8 лет назад |
|
47_Typography.lua
|
0450bcd11e
Add configurable oversampling to improve subpixel font rendering (#1953)
|
8 лет назад |
|
48_Hello3DUI.lua
|
4f54e7a95e
Hello3DUI Lua version and minor Lua binding fix.
|
8 лет назад |
|
49_Urho2DIsometricDemo.lua
|
b46db86f24
Updated for current Urho3D, modified isometric demo to include interactions similar to the 2d platformer.
|
8 лет назад |
|
50_Urho2DPlatformer.lua
|
b46db86f24
Updated for current Urho3D, modified isometric demo to include interactions similar to the 2d platformer.
|
8 лет назад |