網誌清單

編輯 關閉
網誌分類:日記 |
網誌日期:2006-01-21 02:02

有趣, 話說昨天在OGRE 3D的Forum看到這段討論 :

"BSP on modern GPU...why it isn't efficient?

The Q3A BSP structure subscribes to this approach, culling in very small patches of triangles and dynamically determining every frame which small groups are visible so as to only pass the smallest set it needs to the renderer.

There are basically 2 ways to handle this - either keep all the data on the card and make lots of small calls to pull in all the fragments you need to render for this frame, or build up a combined buffer of fragments to render every frame (adjusting offsets etc on the fly in the CPU) and uploading that to the card as often as you need to for rendering. Q3A uses the latter approach, our BSP renderer uses the former (it used to use the same as Q3A but as an experiment we tried it the other way, and for hardware vertex buffer enabled cards it is faster).

Modern GPUs hate both approaches; the first spends far too much time in overheads for each rendering call, and the latter spends too much time transferring data over the bus. Which one is faster depends on the card, bus and CPU you have, but neither are optimal.

Modern level structures are designed to use much bigger chunks of data in one go,and are optimised for submission of large chunks of geometry at once not picking small fragments. So, even though the Q3A format is very popular, it's very outdated and generally unsuitable for modern projects."

回想自己在製作Ngan-GINE'3D時, 測試Render一個Level Map, 已經發現我以自己的方法, 和差不多Polygon數量的BSP, 在GeForce 2 MX(或以上)運行作速度比較, 成績沒有特別差很多, 所以我就沒有特別去研究BSP或其他分割方法. 後來我更加入Portal後, 令Render一個多Section的Level Map之速度更好.

Forum原文

引用(0)
  • 網誌分類:日記 |
    網誌日期:2006-01-15 20:05
    今天用了4個小時, 做了個女性3D model. 外形看上去是有點粗線條, 我是想突出這是個打鬥型女性, 是給我的Final Spike遊戲用的. 其實還要做兩三個這類型的3D model, 因為有不同的設計嘛. 確實,...
    回應(0) | 引用(0)
  • 網誌分類:日記 |
    網誌日期:2006-01-13 16:17
    在早前, 我有個想法, 就是用其他的3D圖像引擎, 代替我的Ngan-GINE'3D的圖像部分, 我選了OGRE 3D, 因為這個引擎很強大, 而且還是免費的. 但很可惜, 在製作OGRE 3D Wrapper初時, 經過一些...
    回應(0) | 引用(0)
  • 網誌分類:創作實驗 |
    網誌日期:2006-01-12 13:47
    大家好, 我搬去了一個新地方, 因我總是覺得, 以blog形式來表達我的網頁是頗適合, 所以就來了這裡.這兩個星期有點忙碌, 不過也做了個有趣的遊戲製作實驗. 這個實驗是有關3D model的「勾...
    回應(0) | 引用(0)

BLOG 搜尋

編輯 關閉

BLOG 搜尋


月曆

編輯 關閉
2009
S M T W T F S
  1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31  

最新網誌

編輯 關閉

網誌分類

編輯 關閉

網誌分類

統計資料

編輯 關閉

統計資料

  • 昨日人次:1
  • 累積人次:2785
  • 今日瀏覽:2
  • 累積瀏覽:9532
  • 網誌:24
  • 圖片:6
  • 回應:1

更新日期

編輯 關閉

更新日期

2006-04-24 11:30

訂閱RSS摘要

編輯 關閉
 

R H
G S
B V

#