Lasse Öörni
|
f8ebf2dbc9
|
Line antialiasing support in Graphics, Material, DebugRenderer classes. Closes #1627.
|
2016-10-05 00:17:05 +03:00 |
|
Lasse Öörni
|
72c2e82ee8
|
Support for bool & int constants in materials on OpenGL & Direct3D11. Added int uniform support to OpenGL. Removed code duplication for setting a Variant shader parameter.
|
2016-09-30 18:55:00 +03:00 |
|
Lasse Öörni
|
b22768227f
|
Possibility to enable alpha-to-coverage in either pass or material (all passes). Requires D3D11 or OpenGL and hardware multisampling enabled. Seems to look slightly different on D3D / OpenGL. Fixed depth bias not being copied in Material::Clone(). Closes #1578.
|
2016-09-12 23:43:45 +03:00 |
|
Lasse Öörni
|
48f779e234
|
Add possibility for materials to define vertex & pixel shader compilation defines, like techniques & passes. Related to #1566. As a consequence, removed the "alphamask" hint from techniques (render order can be used instead) and automatic determination if material should occlude. Fixed bugs in Material JSON save. Allow JSONValue::Size() to also work in object mode. Added porting notes as necessary.
|
2016-09-06 10:01:32 +03:00 |
|
Lasse Öörni
|
42ba4f9824
|
Fix material JSON save in editor. Fix AngelScript API bindings where XMLElement or JSONValue is passed as reference and should be modified (needs to be unsafe inout reference.)
|
2015-12-12 00:08:38 +02:00 |
|
Lasse Öörni
|
304c866dd0
|
Separate functions to toggle/show/hide editor sub-windows to prevent mistaken action e.g. when editing a material. Update changelog.
|
2015-11-09 21:03:01 +02:00 |
|
JSandusky
|
80ba2ed375
|
Urho3D Editor: Show "Window" commands now toggle visibility
example: CTRL + I, will show the inspector if not visible and hide it if
it is visible
|
2015-11-08 19:54:41 -05:00 |
|
Lasse Öörni
|
b53b584123
|
8-bit render order support in materials. This adjusts the drawing order within a scene pass, and takes precedence over both state & distance sorting.
|
2015-08-06 16:42:52 +03:00 |
|
Ivan K
|
6308da0c63
|
Russification: Material Editor
|
2015-07-27 13:28:10 +04:00 |
|
Ivan K
|
d0424bdf87
|
Russification: Attribute Inspector, resource picker buttons
|
2015-07-27 12:37:24 +04:00 |
|
Ivan K
|
77be3c88c4
|
Russification: FileSelector
|
2015-07-27 11:36:03 +04:00 |
|
MonkeyFirst
|
6b927e8533
|
add few models for preview
|
2015-07-18 03:05:20 +06:00 |
|
Lasse Öörni
|
97fb2638db
|
Add fill mode to materials.
|
2015-04-04 02:40:38 +03:00 |
|
Yao Wei Tjong 姚伟忠
|
05a8b79fd2
|
Rename "Bin" subdir to "bin".
|
2015-01-18 21:31:13 +08:00 |
|