A Flash Developer Resource Site

Search:

Type: Posts; User: mastermax

Page 1 of 4 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    3,264

    I recently released a little game like simon...

    I recently released a little game like simon says: http://www.games121.com/2011/07/reproduce.html
  2. Replies
    6
    Views
    3,089

    How can I use that matrix?

    How can I use that matrix?
  3. Replies
    6
    Views
    3,089

    yes that must be the way but I can't figure it...

    yes that must be the way but I can't figure it out http://www.euclideanspace.com/maths/geometry/rotations/conversions/angleToMatrix/index.htm
  4. Replies
    6
    Views
    3,089

    I couldn't find anything useful...

    I couldn't find anything useful http://five3d.mathieu-badimon.com/docs/as3/
  5. Replies
    6
    Views
    3,089

    Rotating a 3d Point around A 3D Line

    Line is defined by two 3d points; (0,0,0) and (x,y,z). And there is also this 3d point. How can rotate this 3d point around the line?

    Something like this (points indicate vectors in my...
  6. Replies
    15
    Views
    11,936

    lookat(vec1,vec2) worked. thank you

    lookat(vec1,vec2) worked. thank you
  7. Replies
    15
    Views
    11,936

    I solved the problem and made an skybox with...

    I solved the problem and made an skybox with away3d. I am going to use away3d only for the skybox in my game. I can rotate the view in the X and Y axises using camera.tilt and camera.pan BUT I have...
  8. Replies
    15
    Views
    11,936

    http://www.mediafire.com/?i4mo3ncbit1n45s ...

    http://www.mediafire.com/?i4mo3ncbit1n45s

    remove

    z1+=1000
    z2+=1000
    z3+=1000
    z4+=1000

    lines to see it with negative z values.
  9. Replies
    15
    Views
    11,936

    I realised that it is impossible to make a skybox...

    I realised that it is impossible to make a skybox with abs. It doesn't look real no matter what the focallength is.
  10. Replies
    15
    Views
    11,936

    Thank you so much! problem is solved. here is my...

    Thank you so much! problem is solved. here is my latest 3d game if you want to see: http://www.games121.com/2011/02/monster-chamber.html
  11. Replies
    15
    Views
    11,936

    yes that solved the problem but I want to make a...

    yes that solved the problem but I want to make a skybox like http://blog.jidolstar.com/574 . I don't know how can I make it without negative z values.
  12. Replies
    15
    Views
    11,936

    Both things are correct it has something to do...

    Both things are correct it has something to do with the T values (focalLength/(focalLength + z).

    t value of the upper left corner goes like this:

    0.4688877681361125
    0.4980771996419072...
  13. Replies
    15
    Views
    11,936

    I also tried it but when the square goes in front...

    I also tried it but when the square goes in front of the screen or somehow calculations go wrong: http://www.swfcabin.com//swf-files/1309001022.swf
  14. Replies
    15
    Views
    11,936

    Puting a square movieclip inside 4 3d points

    There are four 3d points of a square and I want my movieclip to be that square. I can easliy calculate the center position but I can't calculate the rotationX,rotationY and rotationZ of the...
  15. Replies
    3
    Views
    2,049

    Just updated the game with new controls

    Just updated the game with new controls
  16. Replies
    3
    Views
    2,049

    I Released my 3D FPS: Monster Chamber

    http://i54.tinypic.com/347ee8i.png

    http://www.games121.com/2011/02/monster-chamber.html

    This game was very hard to develop. Everything is great but getting used to controls is a problem. I...
  17. Replies
    3
    Views
    1,524

    It's not a monster computer, my previous flash...

    It's not a monster computer, my previous flash games lagged while video recording but this game run nicely even with the video recording. Most players will run the game better than the video. It is...
  18. Replies
    3
    Views
    1,524

    My 3D First Person Shooter

    http://img811.imageshack.us/img811/9946/screenshot20110124at210.png

    http://img6.imageshack.us/img6/4539/4resized.png

    http://img148.imageshack.us/img148/4206/screenshot20110130at853.png

    See...
  19. I solved my problem with an other technique. But...

    I solved my problem with an other technique. But your post may help others who google search this technique.
  20. How to detect the point of intersection of a Line and a Triangle? (3D)

    There is some information but I couldn't figure it out: http://softsurfer.com/Archive/algorithm_0105/algorithm_0105.htm#Segment-Triangle

    How can I detect if a line intersects with a triangle ? And...
  21. How to detect the point of intersection of a Line and a Triangle? (3D)

    There is some information but I couldn't figure it out: http://softsurfer.com/Archive/algorithm_0105/algorithm_0105.htm#Segment-Triangle

    How can I detect if a line intersects with a triangle ? And...
  22. How to detect the point of intersection of a Line and a Triangle (3D)

    There is some information but I couldn't figure it out: http://softsurfer.com/Archive/algorithm_0105/algorithm_0105.htm#Segment-Triangle

    How can I detect if a line intersects with a triangle ? And...
  23. Replies
    4
    Views
    979

    I see. But I am not sure about having so much...

    I see. But I am not sure about having so much bitmaps.
  24. Replies
    4
    Views
    979

    It doesn't matter what is in the movieclip. At...

    It doesn't matter what is in the movieclip. At first frame there is a yellow circle (not image) and second frame is empty. In this way, performace is awful.

    But when I remove the empty frame,...
  25. Replies
    4
    Views
    979

    Flash 3D costant view movieclips

    Hi

    There are 20 movieclips on stage. x, z and rotationX values are dynamic and always changing. Those movieclips have only one frame, view is constant and fps is great.

    But, when I add a tween...
Results 1 to 25 of 78
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center