• Title/Summary/Keyword: Skinned Mesh

Search Result 5, Processing Time 0.02 seconds

An Efficient Skinned-Mesh Process For Mobile 3D Game Engine (모바일 3D 게임 엔진을 위한 효율적인 스킨드 메시 처리)

  • Cho, Jong-Keun
    • Journal of Korea Game Society
    • /
    • v.8 no.4
    • /
    • pp.87-93
    • /
    • 2008
  • The game engine has executed an application after making a mobile 3D game engine which is based on mobile 3D standard graphic API using openGL-ES so far. But, We could not do it satisfactorily that contents compatibility of various types as a various low-level's function is supported. At this point, This study introduce a mobile 3D game engine which is based on mobile 3D standard graphic API using JSR-184 that supporting a high-level's API more than openGL-ES and optimizing to Java environment on J2ME in the center of GSM phone. Also, We shows that the proposed skinned-mesh scheme for enhancing the process speed of a 3D object on JSR-184 engine. The experimental results are shown.

  • PDF

A study on Optimizing Mobile 3D Game Engine using JSR-184

  • Cho, Jong-Keun;Lee, Shin-Jun;Choo, Moon-Won
    • International Journal of Contents
    • /
    • v.3 no.4
    • /
    • pp.8-14
    • /
    • 2007
  • This study focuses on modeling mobile 3D game engine and suggesting modified skinned-mesh schema based on JSR-184 in order to improve the performance in terms of memory consumption and time complexity. Most of the 3D games have used OpenGL-ES low-level APls, which may limit portability and fast developing time. Hence, the 3D mobile game engine providing high-level APls which works on GSM (Global System for Mobile Communication) phones on J2ME, is proposed here in order to optimize the performance for Java environment abiding JSR-184 standard. To prove performance enhancement, skinned-mesh schema on JSR-184 engine is modified and tested. The experimental results are shown.

Composite $G^{1}$ surface construction from 2D cross-sections (2차원 단면 데이터로부터 복합 $G^{1}$ 자유곡면 생성)

  • Park, Hyung-Jun;Na, Sang-Wook;Bae, Chae-Yeol
    • Proceedings of the Korean Operations and Management Science Society Conference
    • /
    • 2004.05a
    • /
    • pp.44-47
    • /
    • 2004
  • This paper proposes an approach for composite surface reconstruction from 2D serial cross-sections, where the number of contours varies from section to section. In a triangular surface-based approach taken in most reconstruction methods, a triangular $G^{1}$ surface is constructed by stitching triangular patches over a triangular net generated from the compiled contours. In the proposed approach, the resulting surface is a composite $G^{1}$ surface consisting of three kinds of surfaces: skinned, surface is first represented by a B-spline surface approximating the serial contours of the skinned region and then serial contours of the skinned region and then transformed into a mesh of rectangular Bezier patches. On branched and capped regions, triangular $G^{1}$ surfaces are constructed so that the connections between the triangular surfaces and their neighboring surfaces are $G^{1}$ continuous. Since each skinned region is represented by an approximated rectangular $G^{2}$ surface instead of an interpolated triangular $G^{1}$ surface, the proposed approach can provide more visually pleasing surfaces and realize more efficient data reduction than the triangular surface-based approach. Some experimental results demonstrate its usefulness and quality.

  • PDF

Design and Implementation of Mobile 3D Engine using JSR-184 on J2ME (J2ME상에서 JSR-184를 이용한 모바일 3D 엔진의 설계 및 구현)

  • Cho, Jong-Keun;Park, Yoon-Hee;Kim, Jong-Min
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2005.11a
    • /
    • pp.673-675
    • /
    • 2005
  • 본 논문에서는 J2ME상에서 JSR-184를 이용한 모바일 3D 엔진을 설계 및 구현하였다. 기존에는 모바일 표준 3D 그래픽 API(C언어 기반)인 OpenGL-ES를 사용하여 모바일 3D 엔진을 제작해, 핸드폰에 애플리케이션을 작동시켰으나, 저수준(Low-Level)의 다양한 기능만 제공함으로써, 다양한 콘텐츠제작 및 호환성에 제약이 많았다. 이에 OpenGL-ES보다 더욱더 다양한 고수준(High-Level)의 API를 제공하면서도 GSM 폰을 중심으로 J2ME상에서 자바환경에 최적화된 모바일표준 3D 표준 API(Java언어 기반)인 JSR-184로 모바일 3D 엔진을 제작하고, 스킨드 메시(Skinned Mesh) 형태를 가지는 모델의 처리속도를 향상시키는 방법을 제시한다.

  • PDF

Iguana motion synthesis using soft body simulation (연체 시뮬레이션 기반 이구아나 동작 생성)

  • Moon, Jaeseok;Kwon, Taesoo
    • Journal of the Korea Computer Graphics Society
    • /
    • v.23 no.1
    • /
    • pp.33-38
    • /
    • 2017
  • In this paper, we suggest a method to simulate high-quality iguana animation by using low-quality motion capture data. Iguana motion data captured using a small number of markers cannot express its movement precisely, and even with a realistic skin mesh, it shows unnatural movement because of limited degrees of freedom. In order to solve this problem, we propose to simulate a natural and flexible movement by applying a soft-body simulation technique which models the movement of an iguana according to muscle forces and body's elastic forces. We construct a motion graph from the motion capture data to describe the iguana's various movements, and utilize it to select appropriate movements when the iguana moves. A target point on a terrain is set from the user's input, and a graph path is planned based on it. As a result, the input movement of iguana walking on a flat ground transforms to a movement that is adapted in an online manner to the irregular heights of the terrain. Such a movement is used to calculate the ideal muscle lengths that are needed for soft-body simulation. Lastly, a tetrahedral mesh of the iguana is physically simulated to adapt to various situations by applying a soft-body simulation technique.