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
Similar Posts:
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
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
May 12, 2011
I have drawings (arrays of points with x and y coordinates) that are rotated in 3d space: [URL]
As it is now, the drawing looks as if wrapped around a cube, with a nasty 90° degree in the corner. Instead it should look as if it were wrapped around a cylinder. Before starting the rotation I call a function (in ActionScript) 'bendDrawing' that for each point sets an initial z-value:
for (var j = 0; j < numPoints; j++ ) {
// drawings are centered - points left of center are < 0
var distFromCenter = Math.abs(shape[i].points[j].x);
[Code]....
View 1 Replies
May 14, 2010
i am developing an application where client can add his photos to appear on a sphere or ball or coffee cup and able to save them and give it for printing using flex. like itasveer.com site. i tried to use away3D but if the image is small it is stretched and added to sphere. i dont want it to strech instead the original image shud appear on the sphere. if it is added to cup it shud cover only the circular part it shud not add this to top and bottom.
View 1 Replies
Dec 12, 2008
I want to create a cylinder, but with different sides (front and back). At the minute I have a mc on the stage and link in that as the material, but it repeats that all over the cylinder?
[Code]...
View 4 Replies
Feb 7, 2011
How to draw cylinder and cone through flash action script.
View 1 Replies
Dec 6, 2010
I want to create a 3D cylinder, sphere, cone using Actionscript for Flash Player 10. Is there any available class? I also want to know how to paint gradient, wrap text and texture around them. It would be nice if these class have these functions. I can't use non DisplayObject in this project so PV3D is not an option
View 2 Replies
Jun 20, 2011
Basically I need to have;
- interface where a user can choose a font (from pre determined font sets) and input a text string
- This text is then displayed engraved on a ring (jewellery)
I'm not sure the best way to achieve this or if there is a module somewhere that does similar.
My best guess would be to
- using mathematics (sin, cos) to be able to plot the oval (where the text need to be displayed on the ring) on an imaginary graph.
- From here there will be a centre , start and end point. The text will need to be limited as it will eventually following the curve of the ring until it can't be see as it is masked by the angle of the ring
- If using dynamic font then the width of each letter should be possible to obtain with AS.
Then mathematically it should be possible to determine how far away from the centre point on the oval each letter is.
- Following this, dependant on the letters distance from the centre, transformations can be applied to each letter. IE stretch, skew and an emboss filter via the convolution filter.
- Hence this will provide the illusion that the text is following the curve of the ring and the look like it is engraved via the emboss.
View 6 Replies
Apr 8, 2009
I tried with AS2 to animate the movement of a cylinder going non stop up and down and with possibility to change speed. I managed the sliding down and the acceleration of the cylinder but it does not recognize the limit where it has to stop and make the movement backwards to starting position.[code]
View 1 Replies
Sep 10, 2009
I have designed a cylinder shape in flash. The edges of cylinders are coming out and also they are looking blur. But the interesting thing is when I see the cylinder on 300% it is clear and lines are not blurred.
View 3 Replies
Jun 8, 2010
I'm an animator and have always drawn with pen and paper (old schooool) and then coloured using photography in photoshop. I'm just starting a new project where I'll be using flash for the animation.
Question: If I am illustrating using the pen tool (black stroke), how can I easily colour each object with photography? As I am such a beginner the only way I know is to animate my sequence(s) then export a pdf sequence, and subsequently colour each frame individually in Photoshop.
View 1 Replies
Mar 31, 2010
I am becoming crazy because I really don't find a way to preload the texture image which is automatically loaded by the DAE class.
All that I want is to display the progression of the image loading, before displaying the DAE.
View 5 Replies
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
Dec 15, 2011
Now I'm trying to use molehill to accelerate my collision detection effeciency, and I found out there is a function called setRenderToTexture that I can use. However, when I get a texture from that function, I cannot access pixel data in it. Does anyone knows how to deal with that, or is there another way to use molehill to do such general-purpose computation?
View 1 Replies
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
Sep 3, 2011
Here i am looking to apply the texture to the Text and Movie Clip dynamically.
View 2 Replies
Jan 19, 2009
I Would like to draw the texture that I've got stored in/as a bitmapdata. I hoped to be able to fill a rectangle with the texture. Is ther a easy way to do this?
View 1 Replies
Jul 15, 2009
I have a problem: i want to let users edit the texture of a collada object(it is a bottle, a cocacola bottle). After loading collada object, is it possible to let user edit texture of it(upload their own image as texture)?
View 1 Replies
Jul 26, 2010
I want to parse a dae file for getting the texture name. But when I am trying to read dae as xml it read the entire dae file but the problem is that I can't access it's elements
My Code:
package{
import flash.events.Event;
import flash.net.URLLoader;
import flash.net.URLRequest;
public class XMLReader{
[Code] .....
View 9 Replies
Dec 29, 2010
i'm trying to achieve the effect of a rotating sphere given a regular 2D texture. the best thing i've seen is a tutorial on emanueleferonato.com which gives this result: emanueleferonato dot com /downloads/mapping09.swf as you can see, it works pretty well when you're moving left/right OR up/down. it fails to simulate realistic rolling when going in any diagonals (since it's a very simplistic illusion). how to render such a sphere given any point on a mercator projection and then have the sphere rotate in an arbitrary (but fixed) direction? this is a bit advanced math stuff.
btw, if anyone's interested, i figured a better displacement map than what is used in the link i showed
i started my search again and immediately bumped into this: [URL] it's library called BitmapSphere and it does exactly what i need it to! also, could admin edit this and put together the link or something? i find it highly annoying that i need 50 posts before being able to post a link
View 7 Replies
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
Aug 7, 2009
Is there such a thing as taking a screen, copying it to bitmapData and then angling it as if in 3D perspective... in AS2 ? I know AS3 in CS4 can do this, but I am stuck working in AS2. I've used Bitmapdata before, but only for 2D manipulations.
View 2 Replies
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
Mar 24, 2010
how to make the micro-hole texture in the big movieclip in this site.
View 2 Replies
Feb 6, 2002
Is it possible to make your background transparant, eg. i have some buttons and between them there's some space. My website has a texture as background an when I use the same texture by drawing a square filled with this texture, then it looks like the borders are cut of.
View 4 Replies
Feb 3, 2011
I am trying to create small flash application which would allow me to fill movieclip with different texures/bitmaps using actionscript. It should work something like this:Click herebut instead of fill with different colors movieclip should be filled with different bitmaps/textures. I have find tutorial for changing colors but not sure how to realize this to change textures.Perhaps there is some other solution beside using actionscript for which
View 2 Replies
Mar 31, 2011
Well I have this interactive design for a website that I am making for myself. The problem is that on the top layer just under my actions layer I have a texture that I use to give my whole design a really nice feel even the buttons. The layer is blending using multiply in flash even tried a soft light blend using an external swc but it was slowing down my animation to much. Anyway my buttons are underneath that layer so it gives that really nice effect to them. How can I get around this cause when I publish I cant click on any buttons since the layer above them seems to be blocking them which is the texture layer?
View 3 Replies
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
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