Questions tagged [flare3d]

14 questions
1
vote
2 answers

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 bmpd:BitmapData = new…
Rahul Lalit
  • 416
  • 2
  • 10
1
vote
2 answers

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 3D library (Flare3D) to make smooth camera…
yarek
  • 11,278
  • 30
  • 120
  • 219
1
vote
0 answers

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 this so that textures get included? Or do I have…
Alex Varga
  • 1,752
  • 2
  • 14
  • 17
0
votes
1 answer

Flare Flutter Animation

I'm trying to call an animation (which I got), but I want it after finalizing, forward to another page. How do I do the routing system or how can I get the animation to finish and call the other screen? return Scaffold( body: Stack( …
0
votes
1 answer

How can I trace the "names" of all the parts of a 3d model

I'm loading an exported 3dmodel from Flare3d successfully into Flash. I'm able to trace the "name" of the different parts of the model with a MouseCollision(). The goal: extract all the model parts names/part number dynamically without the…
monoA.S3
  • 11
  • 4
0
votes
0 answers

Count number of polygons of a mesh

I need to find the number of polygons of a mesh. Unfortunately, the engine I use (Flare3D) doesn't seem to have such a property. In fact, each Mesh is simply consisted of Surfaces which have the badly documented following…
Bill Kotsias
  • 3,258
  • 6
  • 33
  • 60
0
votes
1 answer

how to convert f3d format to zf3d format with Flare3D?

I have about 10 .f3d models and need to convert to zf3d. Any idea if there is simple solution for this ? Many thanks. Eugene
0
votes
1 answer

Flare3D FlashBuilder Mobile Error

package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.display.Sprite; import flash.display.StageAlign; import…
Mike Mcmahon
  • 65
  • 1
  • 1
  • 10
0
votes
2 answers

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 .zf3d...and I need .f3d) thanks!
ShoulO
  • 448
  • 2
  • 7
  • 20
0
votes
2 answers

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}); This is working fine, how ever I want to tween other…
dejjub-AIS
  • 1,501
  • 2
  • 24
  • 50
0
votes
1 answer

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 in my html template for the actionscript project,…
Andrea Silvestri
  • 1,082
  • 4
  • 14
  • 41
0
votes
1 answer

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 across does not have any mention only about f3d…
dejjub-AIS
  • 1,501
  • 2
  • 24
  • 50
0
votes
1 answer

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 still in place and nothing is cleared i followed this…
Khaled Garbaya
  • 1,479
  • 16
  • 20
0
votes
1 answer

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 flash.display3D::Context3D/createIndexBuffer() at…
Plastic Sturgeon
  • 12,527
  • 4
  • 33
  • 47