1
second
0post
2025.11.29 06:00
:0% :0% (10代/男性)
人気のポスト ※表示されているRP数は特定時点のものです
引用された話が正しいかどうか、私は確信が持てません。というのも、私自身の記憶とは大きく異なるからです。
2018年のSDK刷新以前、VRChatでは厳格なトライアングル制限が設けられていました。最初は5,000、次に10,000、そして最終的には20,000という制限です。これらの制限は2018年半ばに撤廃され、現在の「アバターパフォーマンスランク」制度に置き換えられました。
私は「ポリゴン」ではなく「トライアングル」という用語を強調します。なぜなら、パフォーマンスチェックは常にトライアングルを基準としていたからです。これは以下の理由で重要です。
1. ゲームエンジンはポリゴンを自動的にトライアングルへ変換する。
2. 参考までに、70,000ポリゴンは14万以上のトライアングルに相当し、これはVRChatの現在推奨されているガイドラインを大きく超えています。
この用語の違いは重要です。2018年のSDKは、VRChatの設計思想における論理的な転換点でした。ハード制限を課す代わりに、ユーザーが安全設定を通じて自分が見たいものを制御できるようにしたのです。これにより、プレイヤーはパフォーマンスと創造性を自分の好みに合わせて調整できるようになりました。各ユーザーが「正しい」と考える基準は異なるため、単一の制限を強制することは不可能です。ユーザー自身に制御を委ねる方が、はるかに洗練されたアプローチです。
当時、一部のユーザーはSDKを改造して制限を回避していました。しかし2018年半ば以降、ハードなトライアングル制限は一切課されていません。存在するのはパフォーマンスカテゴリとガイドラインだけです。だからこそ私は混乱しています。私の記憶とパッチノートの記述が、引用されたツイートと完全には一致しないのです。そしてTupper氏の反応も同じだと思います。
関連する話題として、GPUはトライアングルのレンダリングに非常に効率的になっています。FLOPS(毎秒浮動小数点演算)は頂点やピクセルの計算を容易にします。例えば、NVIDIA RTX 3060 GPUは約12.7 TFLOPSを実現し、毎秒12兆以上の浮動小数点演算を処理できます。これは数十億のトライアングルを毎秒処理できる計算になります。しかし、最終的な最適化の問題はそれほど単純ではありません。
この効率性により、現代のゲームに登場する「ヒーローキャラクター」や「主役キャラクター」は10万〜15万トライアングルを使用することが多く、武器のような近接表示されるオブジェクトは3万〜4万トライアングルに達することも珍しくありません。
それでも、レンダリング性能はトライアングル数だけで決まるわけではありません。例えば「クアッドオーバードロー」のように、GPUが重複するピクセルを非効率的に処理する問題があり、小さなトライアングルや細いトライアングルはレンダリングコストが不釣り合いに高くなることがあります。場合によっては2倍のコストになることもあります。したがって最適化は非常に繊細な作業であり、同じトライアングル数でもトポロジーや解像度、スクリーンレンダリングによって性能コストは大きく異なります。
要するに、最適化は単純なトライアングル数に還元できません。ディテール、効率性、創造的意図のバランスを慎重に取る必要がある、複雑で経験に基づくプロセスです。
結論として、これがVRChatがユーザー生成コンテンツへのアプローチを変えた理由です。単一の数値指標で全てのアイテムを分類することはできません。これは非常に繊細で深いプロセスであり、意図的な設計思想が必要で、単に「トライ数を減らす」だけでは解決できません。
さらに言えば、レンダリングコストが高い要素は他にも存在します。代表的なのはシェーダーです。例えば屈折表現を体全体に適用するようなマテリアルは、大規模な空間でレンダリングする際に非常に高価です。また、毛皮シェーダーに極端に高いテッセレーション値を設定するケースも同様です。しかしVRChatは安全設定を通じてそのようなアバターをブロックするための十分なツールを提供しているので、大きな問題にはなりません。私は、クリエイターに単純にトライ数を減らすことを強制するよりも、ユーザーに安全設定の正しい使い方を教えることの方がはるかに重要だと考えます。もちろん一部の人はトライアングル数を減らすべきですが、それで議論が終わるわけではありません。
I’m not entirely sure the quoted story is correct, as I remember the events quite differently.
Before the 2018 SDK overhaul, VRChat enforced hard triangle limits. Firstly with 5,000, then 10,000, and eventually 20,000. These restrictions were lifted in mid‑2018 and replaced with the system we know today: Avatar Performance Ranking.
I emphasize triangles rather than polygons because performance checks were always based on triangles. This is important for two reasons:
1. Game engines automatically convert polygons into triangles.
2. For context, 70,000 polygons equates to well over 140,000 triangles, which far exceeds VRChat’s current recommended guidelines.
This terminology matters because the 2018 SDK marked a logical shift in design for VRChat. Instead of enforcing hard limits, VRChat empowered users to control what they see through personalized safety settings. This allowed players to balance performance and creativity according to their own preferences. It's going to be impossible to enforce limits since each user has their own idea of what is correct. Allowing users to control what they see is a far more nuanced approach.
Back then, some users even modified the SDK to bypass the limits. Since mid‑2018, however, no hard triangle caps have been imposed. Only performance categories and guidelines. This is why I’m confused: my recollection of the past and the patch notes don’t seem to align perfectly with what was written in the quoted tweet. And I believe Tuppers reaction is the same.
On a related note, GPUs have become extremely efficient at rendering triangles. FLOPS (floating‑point operations per second) make vertex and pixel calculations relatively straightforward. For example, an NVIDIA RTX 3060 GPU can deliver around 12.7 TFLOPS, meaning it can perform over 12 trillion floating‑point operations per second. This could be billions of triangles per second. But the end issue for optimisation isn't so simple.
This efficiency explains why modern “hero” or "halo" characters in games often use 100,000–150,000 triangles, and why detailed weapons can reach 30,000–40,000 triangles due to their proximity to the player’s viewpoint.
Still, rendering performance isn’t determined by triangle count alone. Issues like quad overdraw where the GPU processes overlapping pixels inefficiently can make small or thin triangles disproportionately expensive to render. Think about 100% more expensive to render. Optimisation is therefore a nuanced discipline: two meshes with the same triangle count can have vastly different performance costs depending on topology, resolution, and screen rendering.
In short, optimization can’t be reduced to simple triangle counts. It’s a complex, experience‑driven process that requires careful balancing of detail, efficiency, and creative intent.
To conclude, this is why VRChat changed their approach to user generated content. You cannot simply use a single numerical metric and conclude every item can fit into said category. It's a very nuanced and in-depth procedure that requires intentional thought to get right and can't be boiled down to simply "reducing tri's".
With that said, there are far more expensive rendering items. Shaders being the best example where users are using refraction on the materials which are placed on the body which is very expensive to render in large spaces. Or the best example, extremely high tesselation values on fur shaders. However, VRChat gives users the adequate tools to block said avatars via safety settings so it's not too big of a problem. I think teaching users how to properly setup safety settings is far more important than forcing creators to just simply reduce tri's. Whilst some should definitely reduce their triangle count, it's not where the conversation ends. November 11, 2025
5RP
⚾️アニメイトガールズフェスティバル2025
⚾️事後通販
TVアニメ『#ダイヤのA actⅡ -Second Season- 』グッズ事後販売を開始いたします!
※ご購入特典は付きませんのでご注意ください
📅事後販売期間
11/28(金)18:00~1/12(月)23:59
📍ご購入はこちらから
https://t.co/XV1lSyJyMp https://t.co/Hn62F6ntfo November 11, 2025
2RP
香りと思考を楽しむ時間⏳
1階の香水のショールームから、2階にあるティールームまで。
良い香りと共にゆったりと思考の時間をお楽しみください😌🫧
▼POINTTWOFIVE·SECOND プクチョン(北村)
🚇地下鉄3号線アングク駅1番出口より378m
⏰毎日 12:00-19:00
📍ソウル市チョンノ区ユンボソンギル71
서울 종로구 윤보선길 71
⚠️プクチョン(北村)韓屋村観覧注意点
-プクチョン(北村)韓屋村は毎日10:00-17:00のみ訪問可能です。
(その他の時間に訪問された場合、過料が科されます)
📸@8ak8ak November 11, 2025
おはようございます☀️
昨夜、フォロワーさんと語って思ったこと…今までもこれからも、Sexy Zoneが大好きです…🌹(´;▽;`)
secondzでU:nityだけど、やっぱり根幹はSexy Zone育ちのセクラバだとしみじみ思う…💙💜❤️💚🧡
#SexyZone
#中島健人
#菊池風磨
#佐藤勝利
#松島聡
#マリウス葉 November 11, 2025
来年放送予定の新作へ向けての振り返りのためアニメ「ダイヤのA」を1話から改めて見ていてSECONDSEASON最終話まで見終えた!
その中でも秋大会決勝後の片岡監督の言葉に何度見ても涙があふれちゃうな😂 November 11, 2025
NYHCのONE SECOND THOUGHTがXLで出てる!フェード具合が最高に渋くて欲しい…誰か買うなら譲って😂
ONE SECOND THOUGHT TシャツXL ハードコア nyhc
https://t.co/3qlldNvHfG November 11, 2025
HELL’S PARADISE – Gabimaru vs. Chōbei (Fan Animation) Second Trailer Reveal!
地獄楽 – 画眉丸 vs. 槇蔵(ファンアニメ)セカンドトレーラー公開!
#地獄楽 #HellsParadise #ファンアニメ #HellsParadise #Jigokuraku #FanAnimation #2danimation #sakuga https://t.co/m7EknPncwu November 11, 2025
⚾️🧢ː✦─────✦ː🧢⚾️
TVアニメ『 #ダイヤのA 』
⚾️🧢ː✦─────✦ː🧢⚾️
野球ノートには
それぞれの個性あふれる言葉が……
⚾️シリーズ配信サイト一覧
https://t.co/BsNeFwLHtS
⚾️『ダイヤのA actⅡ -Second Season-』
2026年テレ東ほかにて放送 https://t.co/OpAkbg3hcU November 11, 2025
@Takuma__Ishii あら、新年早々大きな発表が二つもあるなんて
いい福袋でも弾き当てたみたいに嬉しいです☺️
FirstとSecondで色を分けているという事は
内容が全く違う発表なのでしょうか?
こんなにも待ち遠しい年明けは今までに
なかったので凄く楽しみです🦔🎍 November 11, 2025
<ポストの表示について>
本サイトではXの利用規約に沿ってポストを表示させていただいております。ポストの非表示を希望される方はこちらのお問い合わせフォームまでご連絡下さい。こちらのデータはAPIでも販売しております。



