• 제목/요약/키워드: physics engine

검색결과 74건 처리시간 0.025초

물리 엔진에 관한 고찰 : 실시간 물리 기술을 중심으로 (A study on game physics engine focused on real time physics)

  • 하유종;박경주
    • 한국게임학회 논문지
    • /
    • 제9권5호
    • /
    • pp.43-52
    • /
    • 2009
  • 본 연구는 게임 물리 엔진을 실시간 물리 기술의 관점으로 고찰한다. 실시간 물리 기술이란 물리 시뮬레이션 기술을 게임에 적용하기 위해서 간략화 하는 기술을 말한다. 조사 대상으로 상용 물리 엔진인 Havok Physics SDK와 NVIDIA PhysX SDK를 선택하였고, 오픈 소스기반 물리 엔진인 ODE와 Bullet을 선택하였다. 그 결과 물리 엔진은 강체 역학, 변형체 시뮬레이션, 유체 시뮬레이션을 구현하고 있었고, 실시간 시뮬레이션을 위해서 수식의 간략화, 충돌 처리의 효율성 재고 등 소프트웨어 측면의 기술과 멀티 코어 CPU의 이용, PPU, GPU 활용 등 병렬처리 하드웨어 기술을 사용하고 있었다.

  • PDF

DEVELOPMENT OF VIRTUAL PLAYGROUND SYSTEM BY MARKERLESS AUGUMENTED REALITY AND PHYSICS ENGINE

  • Takahashi, Masafumi;Miyata, Kazunori
    • 한국방송∙미디어공학회:학술대회논문집
    • /
    • 한국방송공학회 2009년도 IWAIT
    • /
    • pp.834-837
    • /
    • 2009
  • Augmented Reality (AR) is a useful technology for various industrial systems. This paper suggests a new playground system which uses markerless AR technology. We developed a virtual playground system that can learn physics and kinematics from the physical play of people. The virtual playground is a space in which real scenes and CG are mixed. As for the CG objects, physics of the real world is used. This is realized by a physics engine. Therefore it is necessary to analyze information from cameras, so that CG reflects the real world. Various games options are possible using real world images and physics simulation in the virtual playground. We think that the system is effective for education. Because CG behaves according to physics simulation, users can learn physics and kinematics from the system. We think that the system can take its place in the field of education through entertainment.

  • PDF

모바일 매니퓰레이터 시뮬레이션을 위한 로봇 물리 엔진의 성능 평가 (Performance Evaluation of Robotic Physics Engine for Mobile Manipulator Simulation)

  • 이관우;윤준헌;박수한;박재흥
    • 로봇학회논문지
    • /
    • 제19권1호
    • /
    • pp.31-38
    • /
    • 2024
  • A mobile manipulator is capable of handling a wide range of workspaces by overcoming the limitations of mobility inherent in existing fixed-base manipulators. To simulate the mobile manipulator, two contact operations should be considered in the physics engines. One of these operations is the grasp stability between the gripper and the object, while the other involves the contact between the wheels of the mobile robot and the ground during driving. However, it is still difficult to choose an appropriate physics engine for simulating these contact operations of the mobile manipulator. In this paper, the performance of physics engines for simulating the mobile manipulator is evaluated. Firstly, the grasp stability of the physics engine is quantitatively evaluated based on the contact force discontinuity. Secondly, when the mobile robot is controlled by open or closed-loop control methods, differences in the path taken by the mobile robot depending on the physics engine are analyzed. To assess the performance of robot simulation, three dynamic simulators-MuJoCo, CoppeliaSim, and IsaacSim-are used along with five physics engines: MuJoCo, Newton, ODE, Bullet, and PhysX.

그래픽 시뮬레이터와 물리엔진을 이용한 효과적인 4족 보행로봇의 모션티칭 방법 (The Efficient Motion Teaching Method of Quadruped Robot Using Graphic Simulator and Physics Engine)

  • 류지형;김지홍;이창구;이수영
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2009년도 정보 및 제어 심포지움 논문집
    • /
    • pp.156-158
    • /
    • 2009
  • A graphic simulator is efficient to see what will happen to the target robot. But it is not exactly same as the real world. Because there are so many physical laws to be concerned. In this paper, we propose a simulator with physics engine to create motions for quadruped robot. It is not only to show more real simulations but also to be more efficient for teaching motions to quadruped robot. To solve the quadruped robot's dynamics or inverse kinematics, It takes much times and hard effort. Using physics engine make it easy to setup motions without calculating inverse kinematics or dynamics.

  • PDF

물리 엔진을 이용한 3차원 게임 객체의 충돌 처리 (Using the Physics engine to collision detection of 3D Game Object)

  • 강정훈
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국해양정보통신학회 2009년도 추계학술대회
    • /
    • pp.711-712
    • /
    • 2009
  • 본 논문은 3차원 게임 내에서 물리 엔진을 이용하여 다양한 객체들의 충돌 처리를 구현하는 방법과 그에 따른 문제점에 대해 설명한다. 특히, 3D 게임콘텐츠에서 실시간으로 유용하게 사용될 수 있는 알고리즘을 제안한다.

  • PDF

안드로이드 플랫폼에서 JBox2D 물리 엔진을 이용한 모바일 게임구현 (An Implementation of Mobile Game using JBox2D Physics Engine in Android Platform)

  • 황기태
    • 한국인터넷방송통신학회논문지
    • /
    • 제11권6호
    • /
    • pp.119-126
    • /
    • 2011
  • 물리엔진은 게임에 등장하는 객체들이 실세계의 물리적 법칙을 따라 움직이는 것처럼 시뮬레이션하는 게임엔진의 한 요소이다. 본 논문은 오픈 소스로 제공되는 JBox2D 물리 엔진 라이브러리와 안드로이드 그래픽 API를 이용하여 작성한 모바일 게임의 구현 사례를 소개한다. 본 게임은 Crayon Physics로 알려진 PC 게임의 아이디어를 도입하였다. 이 게임은 사용자 캐릭터와 목표 캐릭터 사이에는 길이 끊어진 상태로 시작되며, 사용자는 끊어진 길을 잇는 다각형 물체를 만들어 사용자 캐릭터가 목표 캐릭터에 도달하도록 해야 한다. 사용자 캐릭터가 목표 캐릭터를 만나게 되면 승리하게 된다. 그러나 캐릭터 및 물체는 중력 등의 물리적 법칙에 지배를 받기 때문에 게임 사용자가 물체의 모양과 만드는 시점 등을 잘 설정해야 한다. 본 논문에서는 PC에는 없지만 모바일 단말기에 있는 LCD 터치와 가속도 센서 등의 다양한 입력 방식을 도입하였다. LCD 터치를 이용하여 사용자가 물체를 임의로 만들 수 있게 하였으며, 단말기를 기울여서 가속도 센서를 작동시켜 물체나 사용자 캐릭터를 이동시키는 방법을 도입하였다.

Fiber Optic Engine for Full Color Mobile Display

  • Arabi, H.;An, S.;Oh, K.
    • 한국정보디스플레이학회:학술대회논문집
    • /
    • 한국정보디스플레이학회 2009년도 9th International Meeting on Information Display
    • /
    • pp.400-401
    • /
    • 2009
  • In this paper we report a micro projector including of RGB sources, a $3{\times}1$ Fiber Optic Color Synthesizer (FOCS), and a two dimensional micro mechanical scanning mirror. We further report a modifier micro collimator which can enhance the resolution of the screened image.

  • PDF

컴퓨터 게임을 위한 물리 엔진의 성능 향상 및 이를 적용한 지능적인 게임 캐릭터에 관한 연구 (Research on Intelligent Game Character through Performance Enhancements of Physics Engine in Computer Games)

  • 최종화;신동규;신동일
    • 정보처리학회논문지B
    • /
    • 제13B권1호
    • /
    • pp.15-20
    • /
    • 2006
  • 이 논문은 컴퓨터 게임을 위한 물리 엔진의 성능 향상 및 이를 적용한 지능적인 게임 캐릭터에 관한 연구를 서술한다. 물리적 상황을 자동으로 인식하는 알고리즘으로는 Momentum back-propagation을 적용하였다. 또한 우리는 각 상황에 따른 적분 방식의 실험 결과를 제시한다. 실험을 위하여 Euler Method, Improved Euler Method, 및 Runge-kutta Method의 세 가지의 적분 방식을 적용하였다. 각 적분 방식의 실험 결과에서 충돌이 없는 상황에서는 Euler Method가 최적의 성능을 보여주었다. 또한 충돌 상황에서는 세 가지 방식이 모두 비슷한 성능을 보여주었지만, Runge-kutta Method가 최적의 정확도를 보여주었다. 물리 상황인식에 대한 실험결과에서는 입력 층과 출력 층이 고정된 상태에서 은닉 층이 3일 때 가장 좋은 성능을 보여주었고, 또한 학습횟수가 30000일 때 최적의 성능을 보여주었다. 앞으로 우리는 다른 장르의 게임에 이러한 물리적 컨텍스트(context)를 인식하는 연구를 진행할 것이며 또한 전체 게임의 성능을 증가할 수 있도록 M-BP이외의 인식 알고리즘을 적용할 것이다.

자동차 엔진룸용 전장품 유무연 솔더 접합부의 열화특성 (Degradation Characteristics of Eutectic and Pb-free Solder Joint of Electronics mounted for Automotive Engine)

  • 김아영;홍원식
    • Journal of Welding and Joining
    • /
    • 제32권3호
    • /
    • pp.74-80
    • /
    • 2014
  • Due to environmental regulations (RoHS, WEEE and ELV) of the European Union, electronics and automotive electronics have to eliminate toxic substance from their devices and system. Especially, reliability issue of lead-free solder joint is increasing in car electronics due to ELV (End-of-Life Vehicle) banning from 2016. We have prepared engine control unit (ECU) modules soldered with Sn-40Pb and Sn-3.0Ag-0.5Cu (SAC305) solders, respectively. Degradation characteristics of solder joint strength were compared with various conditions of automobile environment such as cabin and engine room. Thermal cycle test (TC, $-40^{\circ}C$ ~ ($85^{\circ}C$ and $125^{\circ}C$), 1500 cycles) were conducted with automotive company standard. To compare shear strength degradation rate with eutectic and Pb-free solder alloy, we measured shear strength of chip components and its size from cabin and engine ECU modules. Based on the TC test results, finally, we have known the difference of degradation level with solder alloys and use environmental conditions. Solder joints degradation rate of engine room ECU is superior to cabin ECU due to large CTE (coefficient of thermal expansion) mismatch in field condition. Degradation rate of engine room ECU is 50~60% larger than cabin room electronics.