culling पर टैग किए गए जवाब

3
खुले वातावरण और स्थिर सामग्री (जैसे: crysis) के साथ आधुनिक AAA खेलों में, रोना रोना प्रदर्शन कैसे किया जाता है?
दो विचार मेरे मन में हैं: 1) दृश्य एक अदृश्य बफर को प्रदान किया जाता है, कम रिज़ॉल्यूशन और कम बहुभुज गणना मॉडल (या यहां तक ​​कि क्यूब्स या गोले की तरह केवल बाउंडिंग वॉल्यूम का उपयोग करके) का उपयोग करके। बफ़र को यह देखने के लिए जाँचा जाता है …

5
मैं वेक्टर 3s के साथ ऑपरेटर '> =' का उपयोग क्यों नहीं कर सकता?
मैं दो पदों जो मैं के रूप में उल्लेख के बीच ले जाने के लिए एक आयत पाने के लिए कोशिश कर रहा हूँ _positionAऔर _positionB। दोनों प्रकार के हैं Vector3। आयत ठीक चलती है। हालांकि, जब यह पहुंचता है तो _positionBयह विपरीत दिशा में नहीं बढ़ता है, जैसे इसे …
9 unity  c#  vector  mathematics  vector  matrix  unity  c#  transformation  java  3d  terrain-rendering  shading  ios  opengl-es  opengl  rendering  optimization  python  scripting  minecraft-modding  modding  pc  3d-meshes  mesh  culling  point-cloud  networking  interpolation  mathematics  game-design  ai  game-mechanics  animation  unreal-4  skeletal-animation  3dsmax  unity  c#  3d  opengl  c++  textures  unity  ide  cocos2d  cocos2d-x-js  unity  c#  mono  il2cpp  c++  game-loop  timer  linux  flash  actionscript-3  java  glsl  c++  vector  entity-component  c++  directx11  windows  visual-studio  libgdx  mouse  unity  c#  architecture  storage  unity  c#  rotation  coordinates  quaternion  vrpn  movement  vector  unreal-4  unity  shaders  unity  gui  text  bug  shooter  3d  animation  rendering  voxels  c++  mmo  multithreading  linux  textures  procedural-generation  terrain-rendering  multiplayer  mmo  game-state  java  android  libgdx  opengl  procedural-generation  unity  gui  3d  animation  tools  geometry-shader  mobile  advertisements  unity  c#  animation  scripting  unity  animation  unityscript  coroutines  unity  shaders  lighting  camera 

1
GluLookAt कैसे काम करता है?
मेरी समझ से, gluLookAt( eye_x, eye_y, eye_z, center_x, center_y, center_z, up_x, up_y, up_z ); के बराबर है: glRotatef(B, 0.0, 0.0, 1.0); glRotatef(A, wx, wy, wz); glTranslatef(-eye_x, -eye_y, -eye_z); लेकिन जब मैं ModelViewमैट्रिक्स को प्रिंट करता हूं , तो कॉल glTranslatef()ठीक से काम नहीं करता है। यहाँ कोड स्निपेट है: #include …
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.