The flare3d tag has no wiki summary.
0
votes
0answers
7 views
How to export .f3d files for flare3d?
What program / method exports .f3d file ?
I have blender made 3d model and want to export convert into .f3d file for use with flare3d.
(tried to use 3dsMax 2010 exporter but it only exports to ...
0
votes
0answers
50 views
Flare 3D 2.0 or older version
is it possible to download (somewhere) an old release of Flare3D library (2.0 or older)?
I need it because of the VertexAnimationModifier class, not supported in release 2.5.
Thanks in advance
0
votes
1answer
77 views
Is there any way to get the screenshot of Flare3D?
I want to save Flare3d scene as a png file using actionscript
this what I have tried , i am able to save file but image is not transparent(it is showing black background) which i want to remove
var ...
1
vote
1answer
42 views
tweening library in flex
I am looking for a tweening library for Flex.
But what I need:
1) it uses (x,y,z) and not only (x,y)
2) It juist makes calculs and is not associated with a movie clip: the goal is to use it for a ...
0
votes
2answers
65 views
Passing functions and parameters as parameter values to GTweener.to function
I am trying for smooth zooming transitions in my stage3d (using flare3d 2.0 engine) game.
I am using GTweener to tween the camera like below
GTweener.to(_camera,0.5,{x:pos.x,y:pos.y,z:pos.z});
...
1
vote
0answers
122 views
Exporting from Blender to Flare3D
I have created a map object in Blender, and would like to export it for use with Flare3D in Flash Builder. However, none of the texturing gets included when I try this. What is the correct way to do ...
0
votes
1answer
92 views
Flare3D Flex Context3D issue
I have followed step by step the instruction to build the Flare3D examples at this url
http://www.flare3d.com/blog/2011/03/10/flare3d-2-0-startup-with-flash-builder/
and I fixed the wmode to direct ...
0
votes
1answer
309 views
How to load load maya 3d models using flare3d 2.0 framework
I wanted to test and try away3d and flare3d to make a choice.
I started with flare3d, it has mentioned it supports maya obj files and other formats. However, the tutorials/documentation I have come ...
0
votes
0answers
105 views
How to rotate a 3D object using mobile device accelerometer data in Flare3d for AIR application?
I want to rotate a 3D object using accelerometer values obtained from the device. I'm using flare3d in ActionScript 3 and application is for AIR.
0
votes
1answer
158 views
MovieClipTexture 3D in Flare 3D (transparent bitmapdata clear issue)
I have an issue in the MoviClipTexture3D in flare3D. When I am working with non transparent bitmapdata everything works fin but if i use a transparent bitmapdata the sreenshot from previous frame ...
0
votes
1answer
276 views
What is the indexBuffer, and what might cause me to run out of them?
I am making a flash game using Flare3D and when i load a new scene it give me this error:
Error: Error #3691: Resource limit for this resource type exceeded.
at ...