| .. |
|
Editor
|
4b901d2c05
Editor: F3 also toggle Physics2D debug geometry
|
9 лет назад |
|
NinjaSnowWar
|
d78fc4020f
minor typos
|
9 лет назад |
|
Utilities
|
fef73ba4c4
Squashed commit of the following:
|
9 лет назад |
|
01_HelloWorld.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
02_HelloGUI.as
|
d78fc4020f
minor typos
|
9 лет назад |
|
03_Sprites.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
04_StaticScene.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 лет назад |
|
05_AnimatingScene.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 лет назад |
|
06_SkeletalAnimation.as
|
9d7dceb2f2
06_SkeletalAnimatin: fix running out bounds, lighting correction
|
9 лет назад |
|
07_Billboards.as
|
d78fc4020f
minor typos
|
9 лет назад |
|
08_Decals.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 лет назад |
|
09_MultipleViewports.as
|
1243d8bcda
Regex replace all the uppercase key bindings with their constants.
|
9 лет назад |
|
10_RenderToTexture.as
|
b3964e21c5
Demonstrate Z fighting elimination by depth bias in 10_RenderToTexture sample. Closes #1543.
|
9 лет назад |
|
11_Physics.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 лет назад |
|
12_PhysicsStressTest.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 лет назад |
|
13_Ragdolls.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 лет назад |
|
14_SoundEffects.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
15_Navigation.as
|
1243d8bcda
Regex replace all the uppercase key bindings with their constants.
|
9 лет назад |
|
16_Chat.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
17_SceneReplication.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 лет назад |
|
18_CharacterDemo.as
|
d78fc4020f
minor typos
|
9 лет назад |
|
19_VehicleDemo.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 лет назад |
|
20_HugeObjectCount.as
|
1243d8bcda
Regex replace all the uppercase key bindings with their constants.
|
9 лет назад |
|
23_Water.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 лет назад |
|
24_Urho2DSprite.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 лет назад |
|
25_Urho2DParticle.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
26_ConsoleInput.as
|
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.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 лет назад |
|
28_Urho2DPhysicsRope.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 лет назад |
|
30_LightAnimation.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 лет назад |
|
31_MaterialAnimation.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 лет назад |
|
32_Urho2DConstraints.as
|
2821837f2a
Remove zero damping from Urho2DConstraints sample to eliminate jittering behavior. Closes #1816.
|
9 лет назад |
|
33_Urho2DSpriterAnimation.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 лет назад |
|
34_DynamicGeometry.as
|
20af1aa85f
Demonstrate listing the vertex + index buffers to Model so that it can be saved correctly. Lua bindings not added for now due to problem with serializing a vector of object pointers. Closes #1638.
|
9 лет назад |
|
35_SignedDistanceFieldText.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 лет назад |
|
36_Urho2DTileMap.as
|
ef6284c938
Fixed mouse mode for sample #36 [ci skip]
|
9 лет назад |
|
37_UIDrag.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 лет назад |
|
38_SceneAndUILoad.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 лет назад |
|
39_CrowdNavigation.as
|
bba9766c66
39_CrowdNavigation: animation sync
|
9 лет назад |
|
40_Localization.as
|
78b77ed48f
Fixing small typos in comments
|
9 лет назад |
|
41_DatabaseDemo.as
|
b057434bfa
Make escape key name consistent between keycode and scancode.
|
9 лет назад |
|
42_PBRMaterials.as
|
812afaeb8f
Fix PBR material demo to operate similarly on AS, Lua, C++. Remove forcing of alpha to 1 from Zone::SetAmbientColor() & Zone::SetFogColor(). Change "Enable HDR" to "HDR rendering" in editor settings dialog for consistency.
|
9 лет назад |
|
43_HttpRequestDemo.as
|
d78fc4020f
minor typos
|
9 лет назад |
|
44_RibbonTrailDemo.as
|
a9f7703f74
Add update invisible parameter to RibbonTrail and use it on the samples.
|
9 лет назад |
|
Editor.as
|
984ba731bb
PaintSelection and Origins
|
9 лет назад |
|
NinjaSnowWar.as
|
b99f652892
Minor refactoring on the event profiler subsystem.
|
9 лет назад |