2 Commitit (17db5be5c8ae20ae4cdc59ffa89bbfb3b13f4898)

Tekijä SHA1 Viesti Päivämäärä
  Sam Hocevar 0ef4e3c203 Clean up a lot of shader crap 8 vuotta sitten
  Sam Hocevar d33c31279e Fully move meshviewer to its own subdirectory to avoid build errors. 9 vuotta sitten
  Benjamin ‘Touky’ Huet 3aac6cb2f2 Reorganizing MeshViewer 9 vuotta sitten
  Sam Hocevar d72cb24bc0 build: move sample and tutorial files around. 10 vuotta sitten
  Sam Hocevar cadc4d18b0 test: move the unit tests to the engine, and lolunit out of the engine. 10 vuotta sitten
  Sam Hocevar 79ed58f1f0 Merge branch 'master' into scenegraph 10 vuotta sitten
  Sam Hocevar 232fa4126d gpu: rename uniforms here and there for consistency. 10 vuotta sitten
  Benlitz f104674963 gpu: removed attribute name, everything works using semantic only now. For glsl, semantic is determined from the attribute name which must follow this pattern: in_[Semantic][index], index being optional. Note: this may break most of the projects although I tried to updated every shader accordingly 11 vuotta sitten
  Lolbot 3661a929e6 fixed 4 files out of 2376: 11 vuotta sitten
  Benjamin ‘Touky’ Huet e4cf8211e4 Added VertexDictionnary object to manage vertices with same coord && connected vertices. 11 vuotta sitten
  Benjamin ‘Touky’ Huet bb0051ae8e render : Added DebugRenderMode & corresponding shaders. naive (VERY) implementation in MeshViewer. 11 vuotta sitten
  Sam Hocevar 0ba4e6d9e0 easymesh: interface the shiny shader with new Light objects. 12 vuotta sitten
  Lolbot 7e4da3d634 fixed 27 files out of 2315: 12 vuotta sitten
  Benjamin ‘Touky’ Huet 6db0694db4 Revert shiny.lolfx to previous, monogolo-commit. 12 vuotta sitten
  Benjamin ‘Touky’ Huet 4393a43752 Added CSG v0.001a : not optimized, too much operation makes it slow. triangle count is not optimized. 12 vuotta sitten
  Benjamin ‘Touky’ Huet 5e5c8c4e25 specular on cube light. Not the correct effect. 12 vuotta sitten
  Benjamin ‘Touky’ Huet 924a2afbbe the stupidest idea of the day : the cube light, specular still missing. 12 vuotta sitten
  Benjamin ‘Touky’ Huet 7c0134ea12 shiny.lolfx now has a PointLight & a DirectionalLight. 12 vuotta sitten
  Sam Hocevar 573c5053d9 easymesh: fix point light handling. 12 vuotta sitten
  Benjamin ‘Touky’ Huet 828734c3f2 "Point light" Tweak 12 vuotta sitten
  Benjamin ‘Touky’ Huet 8cde92fd2e first commit in a while, small test in ShinyLol 12 vuotta sitten
  Sam Hocevar 549566cbf1 lolfx: use square brackets to indicate shader sections. 12 vuotta sitten
  Sam Hocevar 291119d087 easymesh: per-fragment lighting in the HLSL shader (PS3, Xbox 360). 12 vuotta sitten
  Sam Hocevar fd77cb00f2 easymesh: fragment-based lighting. 12 vuotta sitten
  Sam Hocevar 837e56435d easymesh: fix the specular highlight in the OpenGL shader. 12 vuotta sitten
  Sam Hocevar 23ab462042 gpu: try to patch some simple GLSL shaders on the fly so that they 12 vuotta sitten
  Sam Hocevar a36e930a87 easymesh: allow the shader to build on GL ES. 12 vuotta sitten
  Sam Hocevar 4621420316 easymesh: fix the HLSL code in shiny.lolfx. 12 vuotta sitten
  Sam Hocevar 782379a86a easymesh: the light direction is now a uniform variable. 12 vuotta sitten
  Sam Hocevar 86a16aaff6 easymesh: move the Mesh builder into the engine core. 12 vuotta sitten