Fordy
|
dfaea63385
delete all webglProperties on loss of context
|
10 лет назад |
Fordy
|
9b49f963ac
renamed webglproperties method names. Now correctly accounts for interleaved attributes sharing buffers
|
10 лет назад |
Fordy
|
82837942e1
Added class WebGLProperties, webgl properties now stored in that class. Checks for uuids and existance of properties encapsulated in this class
|
10 лет назад |
Fordy
|
423c07d52b
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
|
10 лет назад |
Ricardo Cabello
|
dd6f014bc2
Merge pull request #6743 from WestLangley/dev-emissive
|
10 лет назад |
WestLangley
|
db23097853
MeshPhongMaterial: Added support for Emissive Maps
|
10 лет назад |
Fordy
|
fc4d951c22
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
|
10 лет назад |
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 лет назад |
Mr.doob
|
769180018e
WebGLState: Added init().
|
10 лет назад |
Mr.doob
|
b428a19e50
WebGLRenderer/WebGLProgram: Added SHADER_NAME define. See https://gist.github.com/spite/7ae92212b4f28076ba29.
|
10 лет назад |
Fordy
|
cb147d071c
added temporary var to lower lookup
|
10 лет назад |
Fordy
|
e9c779ed06
added temporary variable to lower lookups
|
10 лет назад |
Fordy
|
4615dc319e
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
|
10 лет назад |
Fordy
|
165dea3f45
removed comment
|
10 лет назад |
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 лет назад |
Mr.doob
|
501cca17c2
Started rescuing MeshFaceMaterial.
|
10 лет назад |
Ricardo Cabello
|
3506a689ab
Merge pull request #6638 from tschw/Uniform_caching
|
10 лет назад |
tschw
|
ab8497bd61
Renamed uniforms/attributes* to getUniforms/Attr*.
|
10 лет назад |
Mr.doob
|
082f512499
CanvasRenderer/WebGLRenderer: setPixelRatio clean up.
|
10 лет назад |
tschw
|
dfee8a64cd
Fix rebase.
|
10 лет назад |
tschw
|
70b4a68665
Fixed caching of vertex attributes / uniforms (changing WebGLProgram API).
|
10 лет назад |
tschw
|
9d3ac1aa7a
Improved loading of vertex attribute defaults.
|
10 лет назад |
NIX
|
da8a2feaa5
fix 32bit index buffer extension not enable automatically when rendering Line
|
10 лет назад |
Brage Nilsson
|
f413aa4f44
WebGLRenderer: remove numericalSort
|
10 лет назад |
WestLangley
|
6475b29ab8
Restored aoMap to MeshBasicMaterial
|
10 лет назад |
Mr.doob
|
a5f9b4266e
WebGLRenderer: .visible handling robustness. See #6582.
|
10 лет назад |
Mr.doob
|
6630a2b54e
WebGLRenderer: Clean up.
|
10 лет назад |
Mr.doob
|
b80c267118
WebGLState: Wrap texImage2D and compressedTexImage2D so we can catch SecurityErrors.
|
10 лет назад |
Mr.doob
|
1ee4b5fc8e
WebGLRenderer: Removed Object.keys() micro-optimizations for now.
|
10 лет назад |
Mr.doob
|
b99cb66e77
WebGLRenderer: Rescued morphTarget horse.
|
10 лет назад |