papervision3d

Augmented Reality on Mobile phones

我们两清 提交于 2019-12-22 04:42:58
问题 I am interested in implementing an Augmented Reality application for mobile phones using Adobe Flash Platform. Can you please let me know if any sources is available for me to find out how to start? I'm not sure what software I need to use to implement AR but as I can understand I need: ARToolKit Marker Generator to create the marker matching with the 3D image, then FLARToolKit to analyze the image from the marker and Papervision3D to create an object that shares that same space with the

What is the best Actionscript3 3D Engine?

一世执手 提交于 2019-12-19 03:13:32
问题 I am looking for a somewhat detailed explanation of which 3D Engine for Actionscript3 is the most efficient, practical, scalable, documented, community supported, etc. When I first got interested in the 3D world for flash and actionscript3, all I knew of was papervision3D. In my curious way I went to read up on papervision3D and was shocked at the lack of tutorials. Later I started to research Away3D and have found that their site is easy to traverse and there are many tutorials and easy to

AS3 DAE Augmented Reality PaperVision 3D

亡梦爱人 提交于 2019-12-11 03:54:32
问题 I have been playing with Augmented Reality recently (and having lots of fun with it too!!) I have been able to create PaperVision primitives (cube, cylinder, cone, etc.. and work with them) But adding a DAE model is proving to be illusive! var cubeMaterialList:MaterialsList = new MaterialsList( { all: new FlatShadeMaterial(light, 0x0099FF, 0x0066AA) } ); var cube:Cube = new Cube(cubeMaterialList, 30, 30, 30); cube.z += 15; mainContainer.addChild(cube); This all works fine! I am using this to

Where to get comparing list of papervision3d vs Away3d?

坚强是说给别人听的谎言 提交于 2019-12-08 05:44:27
问题 So I know that PV3d looks quite dead. But it is documented over the internet much better. So I decided to develope my product using old but good PV3d engine. Time goes on so I plan to port it sooner or later to Away3d. So I need a list of things that aere not in Away3d that I have in PV3d. And a list of generall use diffrencies (use of cameras, viewports, etc). So where to get comparing list of papervision3d vs Away3d, or could any one please write it down here? 回答1: I would advise against

Where to get comparing list of papervision3d vs Away3d?

家住魔仙堡 提交于 2019-12-06 22:19:24
So I know that PV3d looks quite dead. But it is documented over the internet much better. So I decided to develope my product using old but good PV3d engine. Time goes on so I plan to port it sooner or later to Away3d. So I need a list of things that aere not in Away3d that I have in PV3d. And a list of generall use diffrencies (use of cameras, viewports, etc). So where to get comparing list of papervision3d vs Away3d, or could any one please write it down here? I would advise against this. Away3d was a fork of PV3D and there are a lot of similarities, but it looks like pv3d is dead, while we

Augmented Reality on Mobile phones

南笙酒味 提交于 2019-12-05 04:17:53
I am interested in implementing an Augmented Reality application for mobile phones using Adobe Flash Platform. Can you please let me know if any sources is available for me to find out how to start? I'm not sure what software I need to use to implement AR but as I can understand I need: ARToolKit Marker Generator to create the marker matching with the 3D image, then FLARToolKit to analyze the image from the marker and Papervision3D to create an object that shares that same space with the marker. Can you please let me know if what I wrote is correct and advise me how to start the implementation

Debugging FLEX/AS3 memory leaks

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-03 14:19:32
问题 I have a pretty big Flex & Papervision3D application that creates and destroys objects continually. It also loads and unloads SWF resource files too. While it's running the SWF slowly consumes memory til about 2GB when it croaks the player. Obviously I am pretty sure I let go of reference to instances I no longer want with expectation the GC will do its job. But I am having a heck of a time figuring out where the problem lies. I've tried using the profiler and its options for capturing memory

Debugging FLEX/AS3 memory leaks

半世苍凉 提交于 2019-12-03 04:23:26
I have a pretty big Flex & Papervision3D application that creates and destroys objects continually. It also loads and unloads SWF resource files too. While it's running the SWF slowly consumes memory til about 2GB when it croaks the player. Obviously I am pretty sure I let go of reference to instances I no longer want with expectation the GC will do its job. But I am having a heck of a time figuring out where the problem lies. I've tried using the profiler and its options for capturing memory snapshots, etc - but my problem remains evasive. I think there are known problems using debug Flash