[過去ログ] 統一3Dスレ (558レス)
前次1-
抽出解除 レス栞

このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
1
(6): 02/02/02 13:57 ID:1cq3k23V(1) AAS
いっぱいあってややこしいので3Dネタはここに統一すれ。
2
(4): 02/02/02 14:05 ID:??? AAS
光沢プレフィルタリングについて語りましょう。
3
(3): 02/02/02 14:07 ID:??? AAS
それはなんですか?
6
(4): 02/02/02 15:02 ID:??? AAS
糞スレ建てまくる3D厨は死んでくれ。
3Dなんか所詮ゲーム中の一要素でしかない。

3D良ゲー=2D良ゲー>>>>3D糞ゲー=2D糞ゲー>>>>>>>>3D厨房の作ったサンプル

ちなみに漏れはPS2でレンダエンジン作ってる・・・鬱死
13
(3): [age] 02/02/02 15:34 ID:??? AAS
光沢プレフィルタリングについて語りましょう。
33
(3): 02/02/02 23:22 ID:??? AAS
>>32

だんだん気になってきたんだが・・・・
壊れた時計のように繰り返すのは何か意図しているのか冗談なのか。
35
(3): 02/02/02 23:30 ID:??? AAS
>>33
読む読む。
外部リンク[pdf]:www.cs.ubc.ca
90
(3): 02/02/03 17:48 ID:??? AAS
元々ネット上に「まともな」意見なんかねぇだろ。
自意識過剰な3D厨が騒いでただけで。
誰とは言わないけどさ、散々自分のページで偉そうに吼えといて
2chで晒されたぐらいで逆ギレかよ。

ま、俺は何にも困らないんで、これからも厨房観察して楽しませてもらうよ。
100
(4): 02/02/03 22:57 ID:??? AAS
最低だ。あいつは人に物を教える資格はないな。
110
(4): 02/02/03 23:52 ID:??? AAS
>>108

不思議なもので、日本語圏のゲームデベロッパ系WEBコミュニティの実態というのは
簡単に言えばオジサン達の小さな村社会みたいなものでね、大多数の
「普通の感覚を持った若者」にとっては関心の外みたいだね。それを示す
統計ぽいのがどっかのページで公開されてて興味深かったよ。
327
(19): 02/02/06 00:36 ID:??? AAS
>>324
環境マップのディフューズ成分(低周波成分)を用いてライティングするということかな。
で、
今翻訳した論文では
ディフューズ成分についてなら、テクスチャマッピングではなく、
9つのパラメータによる計算で同じ結果を得られるよってことなのかな。
332
(3): 添削屋 [age] 02/02/06 01:05 ID:??? AAS
本当はもう添削しないつもりだったけど、
>>318の誇大評価に免じて大サービスだよ。

多くの現実のシーンにおけるライティングは複雑であり、エリアライトや、
天空光のような広範囲の連続的なライティング分布を含む様々な光源から光がやって来る。
しかし、今日のグラフィックスハードウェアは点光源や平行光源しかサポートしていない。
1つの理由は、一般的なライティング分布に対するシンプルな手続き的公式がないことである。
その代わりに、各ピクセルについて、上半球全体にわたって積分を行わなければならない。

我々は、拡散反射オブジェクト、すなわち放射照度に対する非常にシンプルな公式を提供する。
我々のアプローチで鍵となるのは、放射照度環境マップの解析的近似の高速な計算である。
レンダリングについては、インタラクティブなフレームレートで動作し、
かつハードウェアで容易に実装可能な、シンプルな手続き的アルゴリズムを示す。
このアプローチでは、放射照度の計算にテクスチャマッピングを使うは必要はない。

主な要素となるのは、ライティングの球面調和係数に関する放射照度の解析的な公式の
導出である。レンダリングについて鍵となる注目点は、ランバートのBRDFが
十分にローパスフィルタに近い振る舞いをするため、球面調和の最初の2つの次数、
すなわち9つのパラメータのみを考慮すれば十分であるということである。
この最初の9つの球面調和成分によるシンプルな形式によって、実装が簡単になる。
395
(5): 02/02/08 23:09 ID:??? AAS
Generally speaking in todays we must calculate and get
z-value for every vetexes when converting the view coordinate
to the screen one but I heard there is a good method which doesn't
need to seek concrete z-value (or w).
If there is,we can omit division-calc for every vertexes.
Also I heard that using this method we will be able to clip or cull
polygons by Z-near/far plane but I couldn't understand at all!

help me.
413
(4): 02/02/09 04:30 ID:??? AAS
I'm having some questions about mipmap maybe which doesn't
matter where the plat-form is.
I would like to dynamically load mipmap levels only if they
must be needed and also would like to delete them just when they
aren't needed anymore.
The question is that I must compromise to delete some textures
when many maximam size of texture are requested at the same time,you know,
if the sum size of tex becomes more than VRAM can cover.

How can I get to solve this problem even if allowed to compromise.
415
(3): 02/02/09 04:50 ID:??? AAS
Dynaminc texture loading suppose to be done by rather dynamic texture management than mipmap. I do NOT think a specialized texture management for mipmap is worthy.
418
(3): [age] 02/02/09 12:17 ID:??? AAS
I have a question regarding GeForce4 Ti.
Does someone have any idea what GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV does?
This new token seems to be defined in GL_NV_texture_shader3 OpenGL extension,
which is available only on GeForce4 Ti series. Does it have something to do with
"z-correct bump mapping" mentioned in the recent review at Tom's Hardware?
外部リンク[html]:www.tomshardware.com
420
(4): 02/02/09 13:18 ID:??? AAS
Umm,it seems to be working fine as a filter as 390 said.
440
(4): [age] 02/02/10 08:32 ID:??? AAS
>>434
OpenGL, the most popular graphics library in the world, requires that z value in
homogeneous clipping space be within the range between -w and w, as is the case
with your platform. Historically, I believe, this type of projection matrices
rather than DirectX-style projection matrices (0 < z < w) has been widly used.

>>437
You can use the upper-left 3x3 matrix of your transform matrix (from world space
to object space) to transform a direction vector into object space if and only if
the 3x3 matrix is orthonormal, which means the 3x3 matrix represents pure rotation
without any scaling or shearing. Otherwise (if the 3x3 matrix is not orthonormal),
you need to use the inverse transpose of the upper-left 3x3 matrix instead.

>>438
I agree. No Japanese translation is needed for us.
327, we hope you meet our request. Thanks in advance.
497
(3): [age] 2005/12/15(木)08:45 ID:91kNhqWL(1/3) AAS
デザイナーです。
某スレでテクスチャーを張る時に、
UVストリップを考えて張らないといけない、
UVが細切れだと良くないと書かれていました。

効率的なUVの張り方や、UVストリップについて
紹介されている本、サイトをご存じな方がいらしたら
教えていただけないでしょうか。m(_ _)m
前次1-
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ

ぬこの手 ぬこTOP 0.020s