tschw
|
d5908614b0
Let object loader respect its .texturePath .
|
10 years ago |
dubejf
|
324cfb9dc6
Fix typos
|
10 years ago |
Mr.doob
|
7200a39a0d
ObjectLoader: Rescued castShadow/receiveShadow. See #6282.
|
10 years ago |
Mr.doob
|
2665e375bf
Replaced instanceof Array with Array.isArray(). See #5886.
|
10 years ago |
Mr.doob
|
68f8fb51c9
ObjectLoader: Added warning for constant using symbolic form. See #6538.
|
10 years ago |
Ricardo Cabello
|
246e3482c8
Merge pull request #6538 from tschw/Texture_JSON
|
10 years ago |
tschw
|
9220856660
Added whitespace.
|
10 years ago |
tschw
|
6b3bee5134
image.src -> image.url
|
10 years ago |
tschw
|
9e7bf038a5
Read texture info numeric or symbolic (compatible)
|
10 years ago |
Mr.doob
|
cdcdde9337
Reverted console.* to THREE.* change. See #5791.
|
10 years ago |
Mr.doob
|
d2da5ae87e
Reverting ObjectLoader.load() change.
|
10 years ago |
Mr.doob
|
25ffb41e64
Refactored Texture.toJSON implementation. See #6509
|
10 years ago |
elephantatwork
|
ff43a9eb15
Texture Export
|
10 years ago |
Ricardo Cabello
|
e17620505f
Merge pull request #6269 from fraguada/fraguada-ObjectLoader_AddTextGeometry
|
10 years ago |
Ben Houston
|
6967b53264
rename oaMapScale -> aoMapIntensity
|
10 years ago |
Ben Houston
|
0b993c1b5e
rename lightMapScale > lightMapIntensity
|
10 years ago |
Ben Houston
|
54f62cb593
load lightMapScale in ObjectLoader.
|
10 years ago |
Ben Houston
|
8f0e72a7c6
safer existence checks in ObjectLoader for map scale factors.
|
10 years ago |
Ben Houston
|
c3d026c8ea
aoScale -> aoMapScale.
|
10 years ago |
Ben Houston
|
81a7d078f1
Merge branch 'dev' of [email protected]:mrdoob/three.js into ambientOcclusionMap
|
10 years ago |
Mr.doob
|
a73523b0cc
Merge pull request #6262 from bhouston/bumpScaleBug
|
10 years ago |
Mr.doob
|
7860972a99
ObjectLoader: Clean up.
|
10 years ago |
Brian Bosak
|
9460d15986
Added shadow support for imported JSON files
|
10 years ago |
Ben Houston
|
0dad7ab1cf
ambientOcclusion -> ao per @WestLangley feedback here: https://github.com/mrdoob/three.js/pull/6263#issuecomment-83794671 #2
|
10 years ago |
Luis E. Fraguada
|
a5ac442b57
Add 'TextGeometry' to Object loader
|
10 years ago |
Ben Houston
|
578e995721
fix bug in ObjectLoader. material.bumpScale is a float not a Vector2.
|
10 years ago |
Ben Houston
|
0ecfda58f0
add ambientOcclusionScale.
|
10 years ago |
Ben Houston
|
b76ad9f285
loading of ambientOcclusionMap.
|
10 years ago |
Mr.doob
|
26b71211cc
Merge pull request #6211 from makc/buffer-geometry-loader-fix
|
10 years ago |
makc
|
498b29f7ee
fixes #6166
|
10 years ago |