Lasse Öörni
|
a089b95d16
Minor documentation wording tweaks.
|
11 years ago |
Mike3D
|
557f85461e
Improved Urho2D and gesture documentation.
|
11 years ago |
Lasse Öörni
|
c4b337d6b2
Removed outdated documentation on material shader parameters. Added a partial list of engine inbuilt shader uniforms.
|
11 years ago |
Lasse Öörni
|
affc8df912
Fix duplicate page/section name causing Physics page link to lead to Urho2D page. Closes #338.
|
11 years ago |
aster2013
|
ab15bf2528
Update Urho2D documentation, it is written by Mike3D, Thanks. [ci skip]
|
11 years ago |
Lasse Öörni
|
981b5bcac4
Use viewport sized intermediate rendertargets so that pixels outside the viewport never leak into post-processing. Added viewport multiplier mode to renderpath definition. Closes #265.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
6ad8c14346
Add engine param for enabling touch emulation during initialization.
|
11 years ago |
Lasse Öörni
|
cbf91aaa8a
Add touch emulation stationary fingers for multi-gestures by pressing down other mouse buttons than the left.
|
11 years ago |
Lasse Öörni
|
572167b90e
Document the touch emulation feature briefly.
|
11 years ago |
aster
|
b7d536bb5e
Update attribute animation doc. [ci skip]
|
11 years ago |
Lasse Öörni
|
955a8bb34e
Joystick refactoring after merging the joystick pull request from thebluefish.
|
11 years ago |
Lasse Öörni
|
0c219cfb35
Document the AutoloadPaths engine startup parameter. Copy also the Extra directory in the Android CopyData batch file.
|
11 years ago |
Lasse Öörni
|
5b4da41b10
Code cleanup, renamed command line option. Updated AssetImporter documentation.
|
11 years ago |
Lasse Öörni
|
67e46f1d71
Improve Input documentation. Reorder InputEvents.h to match the order in documentation.
|
11 years ago |
Lasse Öörni
|
b2b4d4f7da
Correct touch gesture term in documentation.
|
11 years ago |
Lasse Öörni
|
9906e7ed25
Gesture recording/load/save support and gesture events. SDL fixes to gesture events. Closes #304.
|
11 years ago |
aster
|
098d75bad2
Update Docs/Reference.dox. [ci skip]
|
11 years ago |
Aster Jian
|
dfbaee4563
Add attribute animation doc.[ci skip]
|
11 years ago |
Lasse Öörni
|
504d6a5137
Minor edits of the contribution checklist documentation.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
46285baf97
Refactor build scripts to group Urho3D specific build option.
|
11 years ago |
Lasse Öörni
|
6bfcc28010
Allow a pass to be marked as SM3-only, so that rendering limitations can be defined as data-driven instead of hardcoding in the engine. Moved specular disable for SM2 shadowed pointlight from code to shaders. Mention in the documentation that some materials may be too complex for SM2 and dynamic shadows.
|
11 years ago |
Lasse Öörni
|
1418fb7e83
Changed the SM2.0 tradeoffs to allow 4-sample shadow mapping and to verify that shaders again work on GPU's without hardware shadow compare (eg. Radeon 9800.) Removed unnecessary shader code & simplified the LitSolid & light volume shaders.
|
11 years ago |
Lasse Öörni
|
c3425334a3
Switch forward light calculations back to world space instead of tangent space to avoid light attenuation bugs when TBN matrix is not orthogonal. Shader code becomes simpler and more similar between forward and deferred, and number of vertex shader variations is reduced, but disadvantage is a more complex pixel shader which requires disabling expensive features on SM2.0 to avoid exceeding the arithmetic instruction limit. Fix cube mapped point light displaying the cube map upside down. Closes #276.
|
11 years ago |
Lasse Öörni
|
35195939c1
Exposed allowed screen orientations (effective on iOS only currently) and the flush GPU setting as engine startup parameters.
|
11 years ago |
aster2013
|
d444df2c22
Update documentation.[ci skip]
|
11 years ago |
Alex Parlett
|
a22a24c0e4
Rename RigidBody::Phantom to RigidBody::Trigger to align it with common terminology for physics.
|
11 years ago |
Lasse Öörni
|
e8c550a98f
Added documentation for the sound streaming feature.
|
11 years ago |
Lasse Öörni
|
8bf5af9261
Added note that tangents are needed for normal mapping. Clean up SoundSource decoder handling to prepare for application-supplied sound stream.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
2404505ff7
Minor typo fix for documentation. [ci skip]
|
11 years ago |
aster2013
|
87df3902da
Update Urho2D Documention.[ci skip]
|
11 years ago |