Mr.doob
|
1a672787b5
WebGLRenderer: Rename webGLProps to properties.
|
10 years ago |
Mr.doob
|
53b304fa17
WebGLRenderer/WebGLObjects: Fixed delete bug.
|
10 years ago |
Mr.doob
|
f7ef1e4f85
WebGLProperties: Rename deleteAll() to clear().
|
10 years ago |
Mr.doob
|
db5a299ce5
WebGLRenderer: Reuse webGLProps in WebGLObjects.
|
10 years ago |
Ricardo Cabello
|
043268837f
Merge pull request #6723 from fordacious/dev
|
10 years ago |
Mr.doob
|
031798e2ca
WebGLRenderer: Fix material.wireframeLinewidth. Based on #6778. Should fix #6687.
|
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
|
423c07d52b
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
|
10 years ago |
Ricardo Cabello
|
dd6f014bc2
Merge pull request #6743 from WestLangley/dev-emissive
|
10 years ago |
WestLangley
|
db23097853
MeshPhongMaterial: Added support for Emissive Maps
|
10 years ago |
Fordy
|
fc4d951c22
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
|
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 |
Mr.doob
|
769180018e
WebGLState: Added init().
|
10 years ago |
Mr.doob
|
b428a19e50
WebGLRenderer/WebGLProgram: Added SHADER_NAME define. See https://gist.github.com/spite/7ae92212b4f28076ba29.
|
10 years ago |
Fordy
|
cb147d071c
added temporary var to lower lookup
|
10 years ago |
Fordy
|
e9c779ed06
added temporary variable to lower lookups
|
10 years ago |
Fordy
|
4615dc319e
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
|
10 years ago |
Fordy
|
165dea3f45
removed comment
|
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
|
501cca17c2
Started rescuing MeshFaceMaterial.
|
10 years ago |
Ricardo Cabello
|
3506a689ab
Merge pull request #6638 from tschw/Uniform_caching
|
10 years ago |
tschw
|
ab8497bd61
Renamed uniforms/attributes* to getUniforms/Attr*.
|
10 years ago |
Mr.doob
|
082f512499
CanvasRenderer/WebGLRenderer: setPixelRatio clean up.
|
10 years ago |
tschw
|
dfee8a64cd
Fix rebase.
|
10 years ago |
tschw
|
70b4a68665
Fixed caching of vertex attributes / uniforms (changing WebGLProgram API).
|
10 years ago |
tschw
|
9d3ac1aa7a
Improved loading of vertex attribute defaults.
|
10 years ago |
NIX
|
da8a2feaa5
fix 32bit index buffer extension not enable automatically when rendering Line
|
10 years ago |
Brage Nilsson
|
f413aa4f44
WebGLRenderer: remove numericalSort
|
10 years ago |