A Flash Developer Resource Site

Search:

Type: Posts; User: 03ricr

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    924

    its just his formula new size = (originalsize/...

    its just his formula

    new size = (originalsize/ (distance^2))
  2. Replies
    7
    Views
    869

    maybe 'natural' refers to your bathroom habits?

    maybe 'natural' refers to your bathroom habits?
  3. Thread: Fps

    by 03ricr
    Replies
    3
    Views
    1,037

    remember that after every 1 second u need to...

    remember that after every 1 second u need to display the amount of frames run through and also clear the counter...

    ull also need to store that time so you know when to calculate the next 1 second
  4. Replies
    4
    Views
    1,319

    what are u on mister b's? next time.. search...

    what are u on mister b's?

    next time.. search the internet first for the answer..this aint a hard problem at all its more like a school math project that has nothing to do with flash
  5. Thread: Ray Tracer

    by 03ricr
    Replies
    8
    Views
    1,652

    yep that's it. nah, it's not fake output, i...

    yep that's it. nah, it's not fake output, i include the source files with it too so you can check that.. at first i had all of these little dialogues popping up saying that the script was causing it...
  6. Thread: Ray Tracer

    by 03ricr
    Replies
    8
    Views
    1,652

    i don't know what's happening. i submitted it 4...

    i don't know what's happening. i submitted it 4 days ago.. maybe soon..
  7. Thread: Ray Tracer

    by 03ricr
    Replies
    8
    Views
    1,652

    Ray Tracer

    I just released a ray tracer into submissions... i hope it is accepted and reviewed soon.. if u have time take a look. i would appreciate any feedback. of course this post might be a bit early...
  8. Replies
    12
    Views
    1,213

    the good thing about the terrain is you can...

    the good thing about the terrain is you can pre-calculate the light becuase the terrain and the light always stay the same.
  9. Replies
    12
    Views
    1,213

    i've been working on terrain.. from scratch with...

    i've been working on terrain.. from scratch with only some scans of papers on ROAM and LOD etc.. so far it looks good but if you want you're engine to be faster and better quality than a normal sorta...
  10. Thread: Need some help

    by 03ricr
    Replies
    2
    Views
    857

    i dont know how mac buttons work but wouldnt the...

    i dont know how mac buttons work but wouldnt the size be different when u have the mouse at the top of the button compared to the side.. becuase the width will allways be much more than the height of...
  11. Thread: pinball game

    by 03ricr
    Replies
    1
    Views
    835

    i guess hittest can work but u should look at any...

    i guess hittest can work but u should look at any formulas u have got going to make sure that the pinball keeps most of its momentum..or loses some of it.. and then heads of in the appropritate...
  12. Replies
    2
    Views
    391

    damn.. i went back to look at my code and noticed...

    damn.. i went back to look at my code and noticed that too.. ok well thats what happens when u program in 20 minutes.

    thankyou
  13. Replies
    2
    Views
    391

    Array/General code problem

    I have just tried writing some text compression code and struck a rock. i thought this would work perfectly and cant find any problem. does anyone know how to remove this damn rock? if you want to...
  14. Replies
    16
    Views
    1,192

    did you look at my code for lighting? to make...

    did you look at my code for lighting?

    to make the colour brighter or darker i just * by the intensity of the light.

    like; red = red_face * intensity;
    and for green and blue..

    where...
  15. Replies
    16
    Views
    1,192

    could you email me that c++ 3d engine please?

    could you email me that c++ 3d engine please?
  16. Replies
    7
    Views
    1,068

    the dirty way is to not use a movieclip and just...

    the dirty way is to not use a movieclip and just draw straight to the flash _root window hehe.

    remember to look at flash help - f1

    when drawing without a mc and in _root u dont need to use and...
  17. Replies
    16
    Views
    1,192

    ahh.. well i guess once u work out your camera...

    ahh.. well i guess once u work out your camera you will now the PointOfView..

    from thereu can use my method if u want (i think its pretty quick). It was from he last thread, you find the pov unit...
  18. Replies
    16
    Views
    1,192

    how far do u think u will go with your 3d engine?

    how far do u think u will go with your 3d engine?
  19. Replies
    33
    Views
    4,705

    can we make a 2nd thread?.. then it wont take so...

    can we make a 2nd thread?.. then it wont take so long to load on my 56k..(damn 56k).
  20. Replies
    33
    Views
    4,705

    it was anim8or, i found it in the 3d links sticky...

    it was anim8or, i found it in the 3d links sticky right in this 3D forum. (the post was at the bottom). i also found another nice little modeler called wings... i think that's also in the links....
  21. Replies
    33
    Views
    4,705

    u could make tha faster by not caclulating the...

    u could make tha faster by not caclulating the cos and sin every time. instead u could pre-calc with an angle of 1-5. if u need to change the angle, recalc the var from what ever changes the angle...
  22. Replies
    19
    Views
    2,328

    new source code attached, site not updated, hmmm,...

    new source code attached, site not updated, hmmm, soon i will post all my stuff on my site. sorry.. I SHOULD display news there.
    anyway...last post on progress reports..and source, it will be on the...
  23. Replies
    33
    Views
    4,705

    well i went ahead and did it anyway, for each...

    well i went ahead and did it anyway, for each object i had a point list of 8 points and a refrence list for 6 faces (objects being 4 point cubes). the thing was that even though i calc 8 instead of...
  24. Replies
    3
    Views
    656

    cause u learn a lota maths and suff in yr12. i...

    cause u learn a lota maths and suff in yr12. i started trying to make 3d engines at that age then, only now have i actually been succeesfull, i've also got heaps of time being between graduating yr12...
  25. Replies
    33
    Views
    4,705

    hi there, u guys have been busy talking! i...

    hi there, u guys have been busy talking!

    i tried to implement frustum culling but im not that great with some of the 3d theory,even though i did specialist maths :-(

    here's my idea: get the...
Results 1 to 25 of 87
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center