03 2011 档案

摘要:BinStream for Binary Reading and Writing 阅读全文
posted @ 2011-03-30 20:26 softimagewht 阅读(305) 评论(0) 推荐(0)
摘要:ps=CreateOLEObject"Photoshop.Application"ps.Visible=trueps.open meditMaterials[1].diffusemap.filename 阅读全文
posted @ 2011-03-30 09:32 softimagewht 阅读(538) 评论(0) 推荐(0)
摘要:TexWithXForm – A texture sample with tiling and offset editable in the material.Texture – A texture sample.Cubemap – A cubemap sample.Number – A constant single Number or float value.Color – A constant color value.Vector2 – A constant Vector2.Vector3 – A constant Vector3.Vector4 – A constant Vector4 阅读全文
posted @ 2011-03-13 13:51 softimagewht 阅读(247) 评论(0) 推荐(0)
摘要:function Start () {var distances = new float[32];// Set up layer 10 to cull at 15 meters distance.// All other layers use the far clip plane distance.distances[8] = 5;distances[9] = 2;camera.layerCullDistances = distances;} 阅读全文
posted @ 2011-03-08 14:29 softimagewht 阅读(353) 评论(0) 推荐(1)