2007 09-30
评论
(0)

收到kingda的As3.0新书

September 30th, 2007
前两天在外地,收到一个送快递电话,只说有一份快递,只好要他放在收发室,今天回到北京家中,到收发室一取,发现是kingda的寄来的样书As3.0殿堂之路,呵呵,还有签名,感谢kingda的十一礼物,与想象中的差不多,kingda也是标准的一帅哥.有时间一定仔细拜读. 希望帅哥能再接再历,出更多更好的图书. :) 如果还不知道在哪买,可以在这里网上购买.
2007 09-27
评论
(0)

Swift 3d v5新版

September 27th, 2007
自从As3.0出世后,人们一直在不断的探索AS3.0 3d引擎,可以说已经很少有人注意到swift 3d了, 现在Electric rain放出了新版Swift 3d V5.对于设计师来讲,使用swfit3d的可控性还是更高一些. 详情这里
2007 09-25
评论
(0)

有趣的desktop桌面程序

September 25th, 2007
比较有趣的桌面程序,看上去象是有风在吹(youtub视频).
2007 09-23
评论
(0)

祝大家中秋快乐

September 23rd, 2007
中秋将至,提前祝大家中秋快乐,也祝所有关心webstudio的朋友们节日快乐. :)
2007 09-22
评论
(0)

sandy 3D 3.0 rc0(官方AS3.0版本)

September 22nd, 2007
sandy 3d engine的第一个官方AS3.0版本放出.
Here a list of main features:(主要特性) 1.Simple and more powerful API 2.Frustum culling and Frustum clipping 3.compatible with majority of tween libraries (Tweener, etc. ) 4.real scene graph representation, with a fully integration of the camera as an element of this scene tree. 5.flexible objects mapping. Each material has some attributes that allow it display more information (edges, outine, light) 6.Parsers able to load more that 1 single object. (ASE, 3DS-basic-, COLLADA formats) 7.possibility to choose the depth sorting between Object and Polygon level. 8.built-in bubbling event system 9.Sprite2D and Sprite3D (understand oriented sprite) integration.
这里下载 | 演示
2007 09-20
评论
(0)

[flex] 转换xml为对象

September 20th, 2007
peterd提供了一个在flex中转换xml 为对象的例子,是很有用的. 这里.