The 100 Best Products of the Year

Posted by admin in 3D, Game engine on Apr 29 | No comments yet
The 100 Best Products of the Year
Powerful computers, handy services, tiny utilities, mammoth HDTVs--our editors' top picks include all these and a whole lot more. Plus: the worst products of all...
read more

使用开源工具在Windows & Linux with 开发Iphone程序

Posted by admin in Game engine, iphone on Feb 09 | No comments yet
使用开源工具在Windows & Linux with 开发Iphone程序
只有Windows 和Linux的朋友相开发Iphone程序,简直难上加难,怎么解决呢。Hack门帮我们想到了招术。他们将Iphone的依赖工具链,移植到Windows和Linux上了。这样你们就可以通过Windows和linux开发了! from:http://www.pjtrix.com/blawg/2009/07/21/iphone-development-on-windows-linux-with-open-source-tools/ by dreadpiratepj on Jul.21, 2009, under iphone, linux, open.source, windows Yesterday I presented at OSCON 2009. I spoke about how to use Eclipse and the iPhone-dev team’s GCC cross-compiler to develop for iPhone on Windows & Linux. I also spoke about XMLVM, an open source project that lets you develop in Java...
read more

IPhone game engine bork3d

Posted by magichere in 3D, Game engine on Dec 23 | 1 comment so far
IPhone game engine bork3d
“A quality game of golf… cracking 3D graphics and realistic physics… hard not to recommend.” AppGamer.net “I am struck by the amazing 3D graphics that you see in this app, but this is more than just a beautiful game… The interface is easy to navigate and the game play is a load of fun… If...
read more

多点触摸手势开发包说明

Posted by magichere in 3D, Game engine on Oct 21 | 1 comment so far
多点触摸手势开发包说明
Quickly create multitouch applications using Adobe FlashTM GestureWorks makes creating and distributing multitouch applications easy. It allows developers to add support for multitouch gestures as simply as using a mouse event. It works with virtually any multitouch capable system that runs Windows 7. 在线多点触摸手势开发包API http://gestureworks.com/documentation/ GestureWorks comes with a multitouch Gesture Library that includes pinch and scale, flip/flick,...
read more

billboard 贴图

Posted by magichere in 3D, AR, Game engine on Oct 18 | 2 comments
billboard 贴图
将Billboard贴图加入3D 识别系统中,可以增强很多简单的非3D模型就可以实现的应用技术。但是和3D模型拥有一样的 大小变化和坐标变化。基于一张图片,无法旋转。 这是   // Bart Wttewaall-5  写的  billboard 因为 Pv3d不存在这样的 类// package org.papervision3d.objects.special { /** * @author    Bart Wttewaall * @website www.mediamonkey.nl * @date    05-10-2008 * @version    1.0 */ import org.papervision3d.core.proto.CameraObject3D; import org.papervision3d.core.proto.MaterialObject3D; import org.papervision3d.core.render.data.RenderSessionData; import org.papervision3d.objects.DisplayObject3D; import org.papervision3d.objects.primitives.Plane; /** * To do: ...
read more