提交 f2c5b239 编写于 作者: M Mr.doob

WebGLPrograms: Clean up.

上级 c4393ec1
......@@ -21,10 +21,11 @@ THREE.WebGLPrograms = function ( renderer, capabilities ) {
"alphaMap", "combine", "vertexColors", "fog", "useFog", "fogExp",
"flatShading", "sizeAttenuation", "logarithmicDepthBuffer", "skinning",
"maxBones", "useVertexTexture", "morphTargets", "morphNormals",
"maxMorphTargets", "maxMorphNormals", "numDirLights", "numPointLights",
"numSpotLights", "numHemiLights", "numShadows", "shadowMapEnabled", "pointLightShadows",
"shadowMapType", "shadowMapDebug", "alphaTest", "doubleSided",
"flipSided"
"maxMorphTargets", "maxMorphNormals",
"numDirLights", "numPointLights", "numSpotLights", "numHemiLights",
"numShadows", "shadowMapEnabled", "pointLightShadows",
"shadowMapType", "shadowMapDebug",
"alphaTest", "doubleSided", "flipSided"
];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册