A Flash Developer Resource Site

Search:

Type: Posts; User: ferdymania

Page 1 of 12 1 2 3 4

Search: Search took 0.15 seconds.

  1. Replies
    22
    Views
    3,804

    very impressive andre. i got 13-20 fps on a 900...

    very impressive andre.
    i got 13-20 fps on a 900 duron cpu, i have seen the raycasting done before.. i cant remember whose it was .. maybe strille..
    it was sorta dark and had walls LOL..
    3D is so...
  2. Replies
    16
    Views
    1,330

    Here is my php script for loading .obj files// ...

    Here is my php script for loading .obj files//

    http://video-animation.com/flash3d_002.shtml

    steve
  3. Replies
    4
    Views
    868

    hey matey. i havent seen the last 2.. very very...

    hey matey.
    i havent seen the last 2.. very very impressive..
    you really are the man..
    that mundine character is a wannabe.
    how about a 3d surfer on a 3d wave - 6 foot and tubing ..

    great stuff...
  4. Replies
    0
    Views
    370

    Test my AS programming course please

    hiya i am just writing a course on Actionscript programming basics..
    it is only half way through and its first draft..
    is it easy to understand.?
    are the examples useful ?
    any other feedback...
  5. hi iggy i think the problem is that you have...

    hi iggy
    i think the problem is that you have gone past the z value of
    -focalLength...
    once you go beyond -focalLength, z goes the other way...
    sorta like going inside out on itself...
    how to...
  6. Replies
    11
    Views
    1,130

    hi lord dont know if this is what you mean.....

    hi lord
    dont know if this is what you mean..
    but senocular has written this tute about 3d shading/fog

    http://www.kirupa.com/developer/actionscript/shading.htm

    it is part of a brilliant series...
  7. hi jerry i think this should do it.. ...

    hi jerry
    i think this should do it..

    http://www.plasmaphysics.org.uk/programs/coll3d_cpp.htm

    steve
  8. thanks mate, i have been reading my 3d book re...

    thanks mate,
    i have been reading my 3d book re sphere to sphere collisions
    and i am lost.. lMAO

    now you got me going..
    steve
  9. thanks jerry but down under , we are going into...

    thanks jerry
    but down under , we are going into autumn..
    but it is still quite warm and balmy..
    i have got a 3d book(3d Computer Graphics by alan Watt)
    that i have to look up regarding
    sphere...
  10. try here...

    try here
    http://www.euclideanspace.com/physics/dynamics/collision/

    and here

    http://www.flashkit.com/movies/3D/3D_Billa-Jrgen_B-9168/index.php?chk=no
  11. hi jerry i havent got to collisions yet.. here...

    hi jerry
    i havent got to collisions yet..
    here is the wis flash class library..

    http://members.shaw.ca/flashprogramming/wisASLibrary/wis/index.html

    there is an intersect3d class..

    i will...
  12. here is the method for getting the angle.. its...

    here is the method for getting the angle..
    its in java


    //mine
    /*
    public double getAimAngle()
    {
    if(aiming)
    {
  13. hi jerrycrypt :-) we did a billiards game in...

    hi jerrycrypt :-)
    we did a billiards game in java at college..
    i will try and dig it out for you..
    it was very hard for me at the time i remember..
    probably still is..

    steve
  14. Thread: Ray Tracer

    by ferdymania
    Replies
    8
    Views
    1,652

    hi o 3 minutes 6 seconds.. 19520 rays i got a...

    hi o
    3 minutes 6 seconds.. 19520 rays
    i got a slow old 900 amd duron..

    but congratulations... no simple thing you have done there
    especially to get the specular lighting... that is very...
  15. Thread: Ray Tracer

    by ferdymania
    Replies
    8
    Views
    1,652

    hi o i had a look for it but couldnt find it.....

    hi o
    i had a look for it but couldnt find it..
    post the url when it is up..
    congratulations mate..
    steve
  16. Replies
    4
    Views
    716

    lightwave is very excellent. if you can get it...

    lightwave is very excellent.
    if you can get it for $400 go for it..
    it is extremely powerful
    both in animation and modelling..
    its a professional package..
    and its been around for years
    steve
  17. Replies
    2
    Views
    695

    aha !! i see .. said the blind man... thanks...

    aha !!
    i see .. said the blind man...

    thanks musicman.. once more to the rescue ..

    cheers mate..
  18. Replies
    1
    Views
    577

    here is a rotation xyz method.. in a matrix class...

    here is a rotation xyz method.. in a matrix class


    // rotation matrixes XYZ
    // xyz rotation matrix;
    public function...
  19. Replies
    2
    Views
    695

    parse .3ds 3d file into flash ?

    i have a buddy who wants to load a 3dStudio .3ds file into flash.

    i have written a php script which parses .obj 3d text files..
    and i manually cut and paste the parsed code into my .fla

    would...
  20. hiya have a look at my php .obj 3d file...

    hiya
    have a look at my php .obj 3d file importer..
    .obj is a text file
    there is also a .asc text file.. similar to .obj...

    http://www.video-animation.com/flash3d_002.shtml

    there may be xml...
  21. Replies
    12
    Views
    1,213

    aha... good thingking 99 of course.. back to...

    aha... good thingking 99
    of course..
    back to the grindstone...
  22. Replies
    12
    Views
    1,213

    hi ross your terrain sounds great and i will...

    hi ross
    your terrain sounds great and i will certainly use your ideas..
    i havent even thought about how to implement LOD...
    the lighting calcs can be used in the same loop to calculate
    backface...
  23. Replies
    12
    Views
    1,213

    Here is the classes and responsibilities ...

    Here is the classes and responsibilities

    Vector3D
    --------
    Store Coordinates
    Able to do Vector maths , + - * /

    Matrix
    ------
    Hold Matrix data
  24. Replies
    12
    Views
    1,213

    me and milo have been testing linked lists and he...

    me and milo have been testing linked lists and he has just
    written a method for using arrays by pushing and popping..
    the linked lists are 50% faster than conventional arrays..
    and milo's arrays...
  25. Replies
    12
    Views
    1,213

    and here are my ---------- use cases...

    and here are my
    ----------
    use cases
    -----------
    + Import Model Data
    - Assign the Vertices to a pointsList Data Structure ,
    - assign Faces to a faceList, normals?, colours?
    - use...
Results 1 to 25 of 276
Page 1 of 12 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center