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 |
WestLangley
|
6475b29ab8
Restored aoMap to MeshBasicMaterial
|
10 years ago |
Mr.doob
|
a5f9b4266e
WebGLRenderer: .visible handling robustness. See #6582.
|
10 years ago |
Mr.doob
|
6630a2b54e
WebGLRenderer: Clean up.
|
10 years ago |
Mr.doob
|
b80c267118
WebGLState: Wrap texImage2D and compressedTexImage2D so we can catch SecurityErrors.
|
10 years ago |
Mr.doob
|
1ee4b5fc8e
WebGLRenderer: Removed Object.keys() micro-optimizations for now.
|
10 years ago |
Mr.doob
|
b99cb66e77
WebGLRenderer: Rescued morphTarget horse.
|
10 years ago |
Mr.doob
|
2665e375bf
Replaced instanceof Array with Array.isArray(). See #5886.
|
10 years ago |
Mr.doob
|
c7d0583df1
WebGLRenderer: Rescuing MorphTargets. Work in Progress...
|
10 years ago |
Ricardo Cabello
|
228dd1bcdf
Merge pull request #6545 from tschw/Material_handling
|
10 years ago |
tschw
|
d3d4c4f971
Fixed edit.
|
10 years ago |
tschw
|
43d6e87e58
Clarified code.
|
10 years ago |
Mr.doob
|
5228495601
Minor clean up.
|
10 years ago |
tschw
|
db23eda789
Let WebGLRenderer update flat copy of uniforms object.
|
10 years ago |
Mr.doob
|
cdcdde9337
Reverted console.* to THREE.* change. See #5791.
|
10 years ago |
Mr.doob
|
53ad9c897b
WebGLRenderer: warn when texture.image is undefined.
|
10 years ago |
Ben Adams
|
ba36e1d75f
@WestLangley fixes
|
10 years ago |