Commit History

Author SHA1 Message Date
  Mr.doob 55ecba7ff7 Simplified Wireframe Index Buffer code. Also fixed MeshFaceMaterial.material.wireframe. 10 years ago
  Mr.doob 0048009f4d WebGLRenderer: Fixed wireframe. 10 years ago
  Mr.doob 1fbd6c2f73 WebGLRenderer: Using WireframeGeometry when material.wireframe. See #6957. 10 years ago
  Mr.doob 81d4c04065 WebGLRenderer: Update object inside renderBufferDirect. Fixes #6996. 10 years ago
  Mr.doob f679b9b45f WebGLRenderer: Moved material.visible logic out of renderBufferDirect. 10 years ago
  Mr.doob 986df92c44 BufferGeometry: morphAttributes is now an object. 10 years ago
  Mr.doob 7682c93fe3 WebGLRenderer: Do not upload MorphTargets with 0 influence. 10 years ago
  Mr.doob aed22aee2d Merge pull request #6863 from gero3/MDCSCleanup 10 years ago
  gero3 923256459e fixed files to codestyle 10 years ago
  Mr.doob 01ffeb7df6 WebGLRenderer: MorphTargets starting to work again. 10 years ago
  Mr.doob 9c0636d10b WebGLRenderer: Morphs influences should update per render per object. 10 years ago
  gero3 1c568ed1f5 fix an issue wher buffers don't get deleted 10 years ago
  Mr.doob 5ad66bf1c0 Clean up. 10 years ago
  Mr.doob a5bebe9c52 WebGLObjects: Removed dynamic check. See #6827. 10 years ago
  Mr.doob efc7554e7b WebGLObjects: Removed unneeded function. 10 years ago
  dubejf 90d5c79855 Rename updateCounter to version. Add api doc. 10 years ago
  dubejf 9af4f0b1ef Implement and use update counter 10 years ago
  dubejf 55c5baf63f Extract createBuffer and updateBuffer 10 years ago
  dubejf e29f28d648 Extract updateAttribute from updateObject 10 years ago
  Mr.doob 0cd76d80ce WebGLRenderer: ImmediateRenderObject code clean up. See #6783. 10 years ago
  Mr.doob c6daf296be WebGLRenderer: Clean up. 10 years ago
  Mr.doob 1a672787b5 WebGLRenderer: Rename webGLProps to properties. 10 years ago
  Mr.doob 53b304fa17 WebGLRenderer/WebGLObjects: Fixed delete bug. 10 years ago
  Mr.doob db5a299ce5 WebGLRenderer: Reuse webGLProps in WebGLObjects. 10 years ago
  Fordy dfaea63385 delete all webglProperties on loss of context 10 years ago
  Fordy 9b49f963ac renamed webglproperties method names. Now correctly accounts for interleaved attributes sharing buffers 10 years ago
  Fordy 82837942e1 Added class WebGLProperties, webgl properties now stored in that class. Checks for uuids and existance of properties encapsulated in this class 10 years ago
  Fordy 37828617bb webgl props are removed in one go in object deallocation, added better example, removed other examples, added check for properties at entrance of each function that uses properties 10 years ago
  Fordy 4c7239ebcb decoupled webgl properties and buffers from renderable objects and attributes. Scenes and objects no longer coupled to renderers and may be used between multiple renderers. 10 years ago
  Mr.doob 809f7353bf WebGLObjects: Switch to program.getUniforms(). 10 years ago