«visual-studio» 태그된 질문

5
"DLL 누락"문제를 어떻게 제거 할 수 있습니까?
Visual C ++ 2015 및 OpenGL로 게임을 만들었습니다. 내 컴퓨터에서 실행하면 문제가 없었지만 다른 컴퓨터에서 실행하면 일부 DLL이 누락되었음을 나타냅니다. 다음에 발생하지 않도록하는 방법과 파일 누락 문제를 피할 수 있도록 고려해야 할 사항을 알고 싶습니다.

3
1보다 크거나 0보다 작은 텍스처 좌표가 발생할 수있는 이유
나는 세션 texture mapping과 preparing to draw세션 에서 텍스트를 공부하고 있습니다 . 텍스처 래핑 매개 변수를 정의하십시오. 텍스처 좌표가 1.0보다 크거나 0.0보다 작을 때 발생하는 상황을 제어합니다. glTexParameteri( GL_TEXTURE_2D, GL_TEXTURE_WRAP_S,wrap); glTexParameteri( GL_TEXTURE_2D, GL_TEXTURE_WRAP_T,wrap); wrap is : GL_REPEAT : 변환 된 텍스처 좌표가 0.0보다 작거나 1.0보다 큰 경우이 패턴이 반복되도록 (즉, …


5
Vector3와 함께 연산자 '> ='를 사용할 수없는 이유는 무엇입니까?
나는 등을 참조 두 위치 사이에서 이동하는 사각형을 얻기 위해 노력하고 _positionA와 _positionB. 둘 다 유형 Vector3입니다. 사각형은 잘 움직입니다. 그러나 도달 _positionB하면 반대 방향으로 움직이지 않습니다. 코드를 다시 살펴 보았습니다. 객체가 움직일 if때 코드 의 명령문이 rects 위치가 같은 프레임을 놓쳤다 는 결론에 도달했습니다 _positionB. rects 위치가 보다 크거나 …
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 
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.