Ivan Safrin
|
78037076ca
Misc fixes for things broken by the new renderer
|
пре 10 година |
Ivan Safrin
|
7b2dd3a4c1
Fixed unprojection and picking in new renderer
|
пре 10 година |
Ivan Safrin
|
597b073ee1
Added framebuffer support to new renderer
|
пре 10 година |
Ivan Safrin
|
eab091498a
Implemented project() and unProject in the new renderer, fixed entity input
|
пре 10 година |
Ivan Safrin
|
b51f324a3d
Got topleft 2D scenes working with the new renderer, updated IDE to compile with new renderer, still not 100% working
|
пре 10 година |
Ivan Safrin
|
8389c645df
Got SceneLabels working with the new renderer, caching uniform and attribute bindings
|
пре 10 година |
Ivan Safrin
|
7340fa0a52
New renderer finally rendering basic attributes and uniforms! Removed TextMesh from the codebase, removed support for MESH_QUAD meshes (to comply with ES2 standards), added TRISTRI_MESH support.
|
пре 10 година |
Ivan Safrin
|
34db7a5a5d
Initial codebase gutting, basic batched renderer outline
|
пре 10 година |
Ivan Safrin
|
8486ff0a5a
Fix event listener not being removed properly in Scene destructor
|
пре 11 година |
Ivan Safrin
|
966420be46
Implemented a global fixed timestep update for Core, physics modules now update in sync with core using the core fps setting, added ability to have a custom fixed timestep loop
|
пре 11 година |
Ivan Safrin
|
7fcf69c036
Fixed shadow mapping, which was broken by recent changes. Framebuffer binding in Renderer now keeps a stack, restores previous framebuffer binding on unbind, spotlight shadowmap fov now gets correctly set in SceneLight, shadow mapping now works in IDE entity editor
|
пре 11 година |
Ivan Safrin
|
e2b47f4258
Merge pull request #482 from wivlaro/valgrind-fix
|
пре 11 година |
Bill Robinson
|
2c4f64765d
Uninitialized memory and leaks that valgrind was complaining about
|
пре 12 година |
Bill Robinson
|
33e1e9516f
Removed superfluous screen clearing
|
пре 11 година |
Ivan Safrin
|
8654b57335
Fixed 3D physics entity enabling parameter, frustum culling fixes, made default materials take 6 point lights by default
|
пре 11 година |
Ivan Safrin
|
c2e34bec43
Fixed Lua examples (some removed), fixed shadow rendering, fixed all C++ examples, fixed bug with AABB not recalculating somtimes
|
пре 12 година |
Ivan Safrin
|
dbebcd2a77
Rewrote and fixed C++ examples on Mac, this will break Linux and Windows examples projects temporarily
|
пре 12 година |
Ivan Safrin
|
803f6af06e
Made project templates use a base entity scene and added a 3D project template
|
пре 12 година |
Ivan Safrin
|
84b00735e9
Fixed cubemap editor crashing on empty cubemaps, fixed post effect editor not laying out sheets properly
|
пре 12 година |
Ivan Safrin
|
9103d91b4a
Switched back to rebuilding matrices on Render
|
пре 12 година |
Ivan Safrin
|
4cb18f7521
Rewrote and fixed frustum culling, added Vector4 class, added AABB calculation to entities, made local bounding box protected and added accessors, fixed bounding box generation across the board, moved some mesh related settings from Entity to SceneMesh, fixed world-space particles, added visibility calculation toggles to Scenes
|
пре 12 година |
Ivan Safrin
|
dffed96631
Moved light sorting to renderer from shader module, fixed light sorting, renamed area lights to point lights everywhere in the code base, added light importance option to SceneLight prop sheet in entity editor, light importance now saved and loaded into entity instances
|
пре 12 година |
Ivan Safrin
|
2af6917d67
Added ability to specify an override material in Scene, added wireframe option to materials, added flag to applyMaterial to force the material and ignore override material, added default wireframe material, added ability to toggle lighting in the entity editor, added ability to change between textured, solid and wireframe modes in entity editor
|
пре 12 година |
Ivan Safrin
|
78a310b2b5
Added support for turning off key repeat in CoreInput, SceneLights will now remove themselves from the Scene in their destructor, Entity editor will now ignore shortcuts if not focused, added support for constraining Scene input to the camera viewport, entity editor will now ignore mouse input outside of its scene viewport
|
пре 12 година |
Ivan Safrin
|
88c42a25b1
Fixed bug with SceneLabel entity saving binding extra textures, sped up mesh rendering a bit, fixed scene manager calling an extra update loop for virtual scenes
|
пре 12 година |
Ivan Safrin
|
17b41fdfc5
Scene::addLight() will no longer add the light as a child to the root entity, single point entities are now selected via their icon to assure constant hit area
|
пре 12 година |
Ivan Safrin
|
8127c29e29
Cameras now have an ortho sizing mode (manual, lock height, lock width and viewport), added camera preview window to IDE entity editor, camera visualizer in entity editor now correctly shows ortho mode dimensions, added camera ortho size controls to camera prop sheet, made camera prop sheet hide unnecessary parameters, editor prop sheets will now automatically set their vertical size
|
пре 12 година |
Ivan Safrin
|
b60472479c
Fixed mouse picking in virtual 2D scenes, added 2D mode to entity editor
|
пре 12 година |
Ivan Safrin
|
8483490abf
Fixed ray picking in retina display mode
|
пре 12 година |
Ivan Safrin
|
c51a325316
Added Xcode 5 compatibility, retina display support in OS X, tweaked some UI positioning
|
пре 12 година |