提交 e6c36491 编写于 作者: A Alessandro Piva

Emissive color runtime support

上级 004de80b
......@@ -318,6 +318,12 @@ THREE.Loader.prototype = {
}
if ( m.colorEmissive ) {
mpars.emissive = rgb2hex( m.colorEmissive );
}
// modifiers
if ( m.transparency ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册