aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/material_editor_plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Begining of GLES3 renderer:Juan Linietsky2016-10-031-0/+3
| | | | | | | | -Most 2D drawing is implemented -Missing shaders -Missing all 3D -Editor needs to be set on update always to be used, otherwise it does not refresh -Large parts of editor not working
* Fix editor glitches when the mesh/material preview is shownFranklin Sobrinho2016-08-161-1/+1
|
* -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-301-1/+1
| | | | -Implemented HiDPI detection and support for Godot Editor!
* -Improve resource previewsJuan Linietsky2016-05-231-0/+381
-Also fixed draw_texture_rect() tile parameter