Screenshot Thread menu

User Tag List

Page 50 of 116 FirstFirst ... 464748495051525354100 ... LastLast
Results 736 to 750 of 1737
  1. #736
    miceiken's Avatar Contributor Authenticator enabled
    Reputation
    209
    Join Date
    Dec 2007
    Posts
    401
    Thanks G/R
    7/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol, nice, gief

    Screenshot Thread
  2. #737
    Flowerew's Avatar Master Sergeant
    Reputation
    72
    Join Date
    Oct 2009
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i am finally able to display complete azeroth terrain on my 9600gt \o/


  3. #738
    suicidity's Avatar Contributor
    Reputation
    207
    Join Date
    Oct 2006
    Posts
    1,439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice work flow, looks pretty.


  4. #739
    MaiN's Avatar Elite User
    Reputation
    335
    Join Date
    Sep 2006
    Posts
    1,047
    Thanks G/R
    0/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Flowerew View Post
    i am finally able to display complete azeroth terrain on my 9600gt \o/

    Damn that's quick.
    Do you parse WMO/doodads as well?
    [16:15:41] Cypher: caus the CPU is a dick
    [16:16:07] kynox: CPU is mad
    [16:16:15] Cypher: CPU is all like
    [16:16:16] Cypher: whatever, i do what i want

  5. #740
    paradoxial's Avatar Active Member
    Reputation
    22
    Join Date
    Apr 2007
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MaiN View Post
    Damn that's quick.
    Do you parse WMO/doodads as well?
    I'm interested as well, can you zoom in maybe Flowerew.
    I'm widely known as TheUltimateParadox

  6. #741
    suicidity's Avatar Contributor
    Reputation
    207
    Join Date
    Oct 2006
    Posts
    1,439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ Main - Doesn't look like it. But it might be because he's zoomed out so far?

    I just started working on my visibility checks


  7. #742
    WannaBeProgrammer's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by suicidity View Post
    @ Main - Doesn't look like it. But it might be because he's zoomed out so far?

    I just started working on my visibility checks
    Just a quick question, so i can do reseach about it.
    Whats the name on the function you are using to created the line.
    Last edited by WannaBeProgrammer; 04-17-2010 at 04:15 PM.

  8. #743
    MaiN's Avatar Elite User
    Reputation
    335
    Join Date
    Sep 2006
    Posts
    1,047
    Thanks G/R
    0/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WannaBeProgrammer View Post
    Just a quick question, so i can do reseach about it.
    Whats the name on the function you are using to created the line.
    The technique is called ray casting or ray tracing.
    [16:15:41] Cypher: caus the CPU is a dick
    [16:16:07] kynox: CPU is mad
    [16:16:15] Cypher: CPU is all like
    [16:16:16] Cypher: whatever, i do what i want

  9. #744
    suicidity's Avatar Contributor
    Reputation
    207
    Join Date
    Oct 2006
    Posts
    1,439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you're talking about the line I draw:
    The Battlefield 2 engine (What Battlefield Heroes uses) just implements ID3DXLine; I'm using it for now, but I prefer to use primitives when I use my own functions.

    If you're talking about tracing a line in 3d space to the object:
    The technique is called ray casting; You can look at D3DXIntersect (D3DX implementation of ray tracing), but any game-engine would have their own implementation somewhere.

    Ray Casting casts 1 ray until it hits, Ray Tracing can trace secondary rays.


  10. #745
    WannaBeProgrammer's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +rep to both of you

  11. #746
    Flowerew's Avatar Master Sergeant
    Reputation
    72
    Join Date
    Oct 2009
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MaiN View Post
    Damn that's quick.
    Do you parse WMO/doodads as well?
    Originally Posted by paradoxial View Post
    I'm interested as well, can you zoom in maybe Flowerew.
    I did not parse WMOs or doodads in this pass. But adding them lowers the speed to around 14-16 ADTs/s (though i haven't invested any optimization efforts on them yet). In this example I managed remove unecessary vertices like holes/chunks covered by water and rearrange the buffers to finally fit this beast in my vertex buffer. If I would parse them I could probably only load about 400 ADTs in one go before my graphic card surrenders. I will try to upload a pic tomorrow.

  12. #747
    adaephon's Avatar Active Member
    Reputation
    76
    Join Date
    May 2009
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Flowerew really impressive. You might be interested in looking into graphics level of detail algorithms to reduce the amount of vertices you pass to the buffer when zoomed out. That might allow you to chuck the whole lot on the graphics card at any zoom, without worrying about removing vertices around holes and stuff (or allowing you to add WMOs and doodads.

  13. #748
    Flowerew's Avatar Master Sergeant
    Reputation
    72
    Join Date
    Oct 2009
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The promised screen (a little closer):



    Thanks for the nice feedback, ppl.

    Originally Posted by adaephon View Post
    @Flowerew really impressive. You might be interested in looking into graphics level of detail algorithms to reduce the amount of vertices you pass to the buffer when zoomed out. That might allow you to chuck the whole lot on the graphics card at any zoom, without worrying about removing vertices around holes and stuff (or allowing you to add WMOs and doodads.
    That's probably a thing i'll look into in the future, however the accompaning "i can display it" thing, is just a byproduct of removing data i don't want for navmesh generation. Maybe you want to do it ahead of me, since I'm planning to release the source here at mmowned, after i've cleaned up, commented and make it work on windows as well...maybe today, maybe by the end of the week or so.

    I would really like to see others performance results since i don't consider my rig highend (it wasnt even 2-3 years ago). I also have plans to make this thing an exporter to open meshes in modelers like maya/blender, especially for navmeshes to fine tune them manually. So many ideas...we'll see.
    Last edited by Flowerew; 04-18-2010 at 04:33 AM.

  14. #749
    Ryns's Avatar Member
    Reputation
    19
    Join Date
    Oct 2009
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Flowerew View Post
    Maybe you want to do it ahead of me, since I'm planning to release the source here at mmowned, after i've cleaned up, commented and make it work on windows as well...maybe today, maybe by the end of the week or so.

    I would really like to see others performance results since i don't consider my rig highend (it wasnt even 2-3 years ago).
    Really excellent work, I just started parsing out the ADT's myself, but if you're planning to open-source your implementation I can't wait to see it! p.s. no need for a crappy Windows port, i am on Fedora 12 x64 (dual quad core xeon) here.

    +Rep

  15. #750
    DrakeFish's Avatar Lazy Leecher

    Reputation
    634
    Join Date
    Nov 2008
    Posts
    569
    Thanks G/R
    0/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Memory variable that will make WMO's render differently.
    Main use of this is to see the real collision of the WMO (the grey one shows detailed collision), as you can see, stormwind top is being rendered because it has an "invisible top".
    Note that all those images are rendered by WoW, it's not something made with photoshop.

    Information:
    1. Normal view, we can't see collision and we do see the textures.
    2. Collision view, we don't see the visual WMO model, what we see is the whole collision.
    3. No render, doesn't show the WMO.
    4. Visible Collision, it shows the collidable surface.
    5. Visible only, it shows the non-collidable visible surface.
    6. Non-Visible Collision, it shows the invisible collidable surface only.

    The normal view is made by the blue and green, with textures on it.
    The grey surface is made by the green and red surfaces together, because it's the collision.

    Last edited by DrakeFish; 04-18-2010 at 04:32 PM.

Similar Threads

  1. Screenshot Thread for Diablo 3
    By UnknOwned in forum Diablo 3 Memory Editing
    Replies: 136
    Last Post: 09-03-2018, 01:06 PM
  2. Aion Screenshot Thread
    By JD in forum Aion Exploits|Hacks
    Replies: 0
    Last Post: 11-17-2009, 11:19 AM
  3. Screenshot Thread for AoC
    By Cryt in forum Age of Conan Exploits|Hacks
    Replies: 0
    Last Post: 05-23-2008, 07:32 AM
  4. Why my server is better than yours (a screenshots thread)
    By Liania in forum World of Warcraft General
    Replies: 15
    Last Post: 02-14-2007, 11:00 PM
All times are GMT -5. The time now is 06:30 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search