Flash :: Techniques To Exceed The Maximum Texture Resolution In Papervision3D?

Oct 24, 2011

I have an object in Papervision3d that the user needs to be able to zoom into a considerable amount. At Flash's maximum bitmap size of 2880x2880 the texture is too blurred at the maximum zoom. Even going beyond this to the sizes available in Flash 10 do not help.Is there any way to build a BitmapMaterial that can pull from a set of tiled 2880x2880 images?Is there any other way to load a larger texture into Papervision3D?

View 1 Replies


Similar Posts:


Flash :: Use Text As Texture On Cube Inside Papervision3d?

Jan 19, 2010

What is the best technique to apply anti-aliased text as texture on cube using papervision3d?

make dynamic textfield, convert it to moviematerial then apply it to the faces of cube. Design a bitmap using any picture editor and make a bitmapFileMaterial to apply on faces of cube.

View 1 Replies

Actionscript 3 :: Combine A Texture On A Cylinder In Papervision3d?

May 27, 2010

I would like to combine bitmaps to one texture and apply it to a cylindric primitive. The cylinder will be rotating or better: the texture should moving along the cylindric-surface and therefor you should see only one (up to 3 textures at the same time). For better understanding: it's my intention to create somehow a poster-pillow with a undefined number of posters on it. By clicking on the pillow, it should rotate to the next poster but you will see always parts of the previous/next poster.

My question is: How can I load the texture dynamically but also how to combine, load/unload posters on the run ?

View 1 Replies

Flash :: Turn Based Strategy Game Techniques?

Feb 12, 2010

I want to make a turn base strategy game. I was just curious if anyone had any sources or books that explains the concept and architect of designing a turn based strategy game or any turn based game.

View 2 Replies

ActionScript 3.0 :: Force Program To Use Fix Resolution And Change Monitor Resolution?

Feb 9, 2010

I want to know is there anyway to invisible title bar for a AS3 project? and how to force program to use fix resolution and change monitor resolution to what we want?

View 1 Replies

IDE :: Background Texture In Flash?

Jul 6, 2009

how i could create a background like this site has [URL]

You see there is a little texture in it, and the texture matches every screen size. The gradient effect is no problem but how can i make the texture also match every screensize?

View 1 Replies

Performance :: Optimization Techniques For Flex Applications?

Oct 9, 2011

We are starting to build a Flex 4.5 application (with LCDS) and a Spring/Hibernate based backend.In this context, is there a well-known list of overall performance optimization techniques that one could follow to ensure optimal performance on the client (flex) side? - especially, given that we anticipate users with poor bandwidths

View 1 Replies

Flash :: Change Texture On ActionScript 2/3?

Oct 17, 2010

[code]...

That is changing colors (the ARRAY_COLOURS have [ 0xFF0000, 0x0000FF, 0xFFFF00 ])

I would like to have instead of that something like ARRAY_COLOURS[ IMAGE1, IMAGE2, IMAGE3 ]

View 1 Replies

Java :: Data Modeling Tools And Techniques For Flex Web App?

Jun 21, 2009

I'm developing a Flex front end client for a Java server application and I have a set of model classes that represent objects in my business logic and should have the same properties and exhibit the same behaviour throughout all layers. These objects
-Have form validation logic for user input
-Are displayed in various forms (lists, detail views ...) throughout the UI
-Are retrieved from and sent to the server using XML or AMF
-Are validated again on the server
-Are stored in a RDBM with tables and fields corresponding to the classes and fields

This is a very common application structure, I guess. I'm already using:
ORM for the Java backend (Eclipse persistence package)
Automatic mapping from XML to Action Script, using XML schema and the classes in mx.rpc.xml, as described here.
Now, what I'd really like to do is define the objects once (I already have them in XSD) and have tools set up class stubs for the whole chain. What can I use?

I've already heard of (but not evaluated):
XMLBeans to generate Java classes from XML Schema
Granite DS to generate AS classes from Java classes

View 1 Replies

ActionScript 2.0 :: Techniques For Implementing Menus With An Active State?

Jan 4, 2008

I've found two good techniques for implementing menus with an active state, these are not mine. One is very simple but elegant. The other is more script. But who says more script is always better? Could I get some opinions on which you prefer and why? Do you have a better technique perhaps?[URL]..

View 3 Replies

How To Dynamically Change Image Texture In Flash

Jul 18, 2009

I have an image of a handbag. I want the user to be able to click on a fabric image and change the fabric on the handbag to whatever they selected. How to change the image texture in photoshop. Would I first have to make the change in photoshop, then somehow create a movie in flash that places those images in the .fla file. Or will flash do it all for me. That is wrapping the texture around the image each time a new one is selected.

View 2 Replies

ActionScript 3.0 :: Flash CS5.5 / Away3D - Texture Could Not Be Found

Dec 13, 2011

I've been trying to test out Away3D engine on Flash CS5.5, and I've been getting lots of errors. I have downloaded playerglobal.swc and placed it, edited player xml file and configured it for flash to use FP11. In Flash, I have chosen Flash player 11 to be used. But when I try to create a new View3D object:
var view:View3D=new View3D();
I get an output error (not a compiler error) of:
VerifyError: Error #1014: Class flash.display3D.textures::Texture could not be found.

View 1 Replies

ActionScript 1/2 :: Bitmap/Texture Coloring Book In Flash?

Jan 12, 2010

I want to recreate a coloring book seen on [URL]
 
I want to use the same concept except I want to use a library of jpegs (bitmaps) as my color swatches.
 
Here is my version: [URL]

View 3 Replies

Flash :: Apply Texture To Each Side Of Cube Independently?

Dec 31, 2011

Using Away3D, I've successfully displayed a cube. So far, if I want to display a texture on each side of the cube independently (different textures on each side), I'd have to put them all in one texture, kind of like a sprite map. Is there a way I can do this so I can apply a different bitmap to each side of the cube? Here's my code so far:

[Embed(source = "texture.png")] private static var _texture:Class;
var texture:Bitmap = new _texture();
cube = new Cube(new BitmapMaterial(texture.bitmapData),240,240,240);
cube.material.smooth = true;
cube.material.mipmap = (texture.width == texture.height);

View 1 Replies

Actionscript 3 :: PaperVision3D And Flash CS4?

Jun 26, 2010

I need to develop a cube that contain 10 little cubes and manipulate everyone like an object.

View 1 Replies

Flash :: Papervision3D Coordinate Axes?

May 25, 2011

I have a flash application and I use papervision3d library. I put my objects to the scene, no problem but I also want to show the coordinate axes (x,y and z) to user. Is there any way to show these axes?

View 2 Replies

Flash :: Papervision3D: Line3D Updating OnEnterFrame?

Mar 8, 2010

I'm updating the start and end points of a Line3D object in Papervision3D. The end result works fine but there seems to be a lag from when I move the objects and for the line to redraw in the right position. I'm using the following code:

connectingLine.v0.x = startDisObj.sceneX;
connectingLine.v0.y = startDisObj.sceneY;
connectingLine.v0.z = startDisObj.sceneZ;

[code].....

View 1 Replies

Flash - Putting A MovieMaterial Behind A DAE Model In Papervision3D?

Apr 30, 2010

I'm doing a project using FLARManager augmented reality and the Papervision3D library. Unfortunately, Papervision is giving me a lot of problems.My scene3D contains a DAE model and a plane. The plane has a MovieMaterial and is playing a video through FLVPlayback. The DAE and the plane are both inside the same DisplayObject3D container. FLARManager transforms the container so that everything appears through the angle of the marker.

My DAE model is a TV, the screen of the TV is transparent. I want to have my Plane inside of my DAE model, so that the Movie playing on the plane material appears to be what is playing on the TV.The problem is that, even if the plane has a lower Z index then the TV, it always appears in front of the TV.

How do I have my plane and its MovieMaterial appear behind the TV, so that some of its corners are cut out by the TV and the part of the TV thats transparent let me see the Movie? If its impossible, anyone has an idea of how I could get the desired effect of having a movie play on the screen of my DAE tv model?

View 1 Replies

Flash :: Load A VRML Model On PaperVision3d?

May 10, 2010

im very new at papervision3d, i know in order to display a .DAE model i use this

[Code]...

But how can i do in order to use VRML models (.WRL).

View 1 Replies

ActionScript 3.0 :: Make Template In Flash/papervision3d?

Apr 5, 2011

ive got two template which ive seen online which i would like to make now purchasing them cost quite a lot so im looking to make these templates one or the other here the info on the templates:

template 1: templateaction.com/space-cube-flash-cms-template
template 2: templateaction.com/cube-flash-cms-template

on the website if you click live preview you will know what im looking for. now i researched a bit and notice that the cube in these templates is made in papervision3d and found a tutorial on that:gotoandlearn.com/play.php?id=68 now how can i make one or the other of these templates as their are the exact thing im looking for, for my project can anyone help me out. editing the cube is not a problem i could make it on click go to websites or scenes in flash, but the thing is im not a expert in flash or papervision3d so i need help to get the type of features in the templates on the cube.

View 1 Replies

Flash - Anti-alias A Collada Model In Papervision3D?

Sep 3, 2009

How to anti-alias a collada model in papervision3D?I've tried searching everywhere but didn't find any ways to anti-alias models. I've also tried blurring it a little as an anti-alias method but that only f-s it up and makes it look worse.How do I do that properly?

View 1 Replies

Flash :: Papervision3D: Making Object Appear Still When Moving Camera?

Mar 8, 2010

I'd like to keep an object appear to remain in the same place while moving the camera.I'm using this scriptto orbit an object using a mouse drag. But I have an object in the scene that I would like to keep still. How to I do this?

View 1 Replies

Flash - Where To Get Comparing List Of Papervision3d Versus Away3d

Dec 18, 2010

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?

View 1 Replies

Wait Until The DAE Model Loads On Flash Using PaperVision3d Libraries?

Apr 1, 2011

i need to make a loader on flash or a simple label who say "wait, the model is loading". This is the part of my script were i load the model, but how to control the loading process.

Code:

private function _onInit(e:Event):void {
_earth = new DAE();
_earth.load('model/hfarm.DAE');

[code]....

View 2 Replies

Flash :: Make Collada Model Double Sided In Papervision3d

Aug 19, 2011

i have an animated collada of envelope module that have an animation of opening itself

now for seeing both sides of the envelope i set the

oneSide = false

i added for tests a ColorMaterial.

but what i want is to have 1 color in the outside faces and another color in the inside faces

View 2 Replies

Flash :: Set SharedObject Maximum Size?

Mar 8, 2011

Is there a way to set a (large) maximum size for SharedObject on my domain so that I can ask the user to allocate a size greater than 100k one time and not need to ask again, even if data is added?

View 1 Replies

ActionScript 3.0 :: Advanced Pre-loading Techniques - Reduce The Loading Time To The Minimum Possible?

Sep 21, 2010

I have a game built and I would like to reduce the loading time to the minimum possible.One of my ideas is to load the essential assets and some lower quality images the first time, leaving the higher quality images and some of the functionality out at first (for instance things like buttons that change the background color), and once the player enters the game, the rest of the functionality and its assets (images and sounds) will be loading in the background using the Loader class.So once the non-essential assets and the high quality images have loaded they will fade in and substitue the lower quality assets in the most subtle way possible.

Also... Would it be better to have various instances of a "Loader" class and try to load everything at once, or load stuff in order with a single instance of the "loader" class listening to the Event.COMPLETE event ?

View 1 Replies

ActionScript 2.0 :: Set Maximum Dimensions Of Flash Movie?

Jul 31, 2009

I have my flash site set to scale in a browser but I would like the movie to stop scaling when the browser is larger than a specific size and smaller than a specific size.

View 1 Replies

Flash :: Maximum Movie Stage Dimensions In CS4?

Aug 22, 2009

Anyone know what is the maximum movie stage dimensions in Flash CS4?

View 8 Replies

Flash 8 :: Maximum Number Of Levels For A Movie?

Dec 21, 2009

What is the maximum number of levels for a flash 8 movie?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved