1、2、3、4
作者: CouldHll
Unity3D
Papervision3D旋转和矩阵
问题描述:今天用FLARManager做AR,发现PV3D里修改矩阵后rotation不更新。
问题解决:在网上找到Kevin Cao的解决办法:调用yaw(0)一下,使其更新解决。
参考网址:
http://kevincao.com/2008/11/papervision3d-rotation-tip/
Papervision3D坐标转换
3D转2D
do3d.calculateScreenCoords(camera3D);
var real2DX:Number = do3d
.screen.x + viewport3D.width/2;
var real2DY:Number = do3d
.screen.y + viewport3D.height/2;
2D转3D
var ray:Number3D = camera.unproject(viewport.containerSprite.mouseX, viewport.containerSprite.mouseY);
ray = Number3D.add(ray, camera.position);
《囡囡》
《时间简史》
ARToolkit Marker Generator
ROS
ROS is an open-source, meta-operating system for your robot. It provides the services you would expect from an operating system, including hardware abstraction, low-level device control, implementation of commonly-used functionality, message-passing between processes, and package management.
官网:http://www.ros.org/wiki/
《举起手来》12
《爱丽丝梦游仙境》
我想象了一个故事,这个故事改变了我。
“Why is a raven like a writing desk?”
-----
“Because it can produce a few notes, though they are very flat.”
“it is nevar put with the wrong end in front.”
-----
Auther's Note
Enquiries have been so often addressed to me, as to whether any answer to the Hatter's Riddle can be imagined, that I may as well put on record here what seems to me to be a fairly appropriate answer, viz. 'Because it can produce a few notes, though they are very flat; and it is nevar put with the wrong end in front!' This, however, is merely an afterthought: the Riddle, as originally invented, had no answer at all.
Christmas 1896