1 / 4

Current works

Current works. Finishing Matlab simulator OpenGL Graphics: done Geometry file: can load OBJ file (see later slide) Simple physics framework: 80% Stewart Trinkle: Done with w/o collision detection. Current works.

keelia
Download Presentation

Current works

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Current works • Finishing Matlab simulator • OpenGL Graphics: done • Geometry file: can load OBJ file (see later slide) • Simple physics framework: 80% • Stewart Trinkle: Done with w/o collision detection

  2. Current works • Preparing for iterative solvers by running all quadratic solvers mention in new Mihai’ s paper: • OOOP (Opensourced): requested and downloaded • MOSEK(commercial): got trial version • CLHMOD: built in Matlab and c++ code ready • Others: not yet

  3. What next? • Finish Matlab simulator • Start trying iterative solver on ST with available solver • Look out for SIGGRAPH paper

  4. Obj file • A box: v 0.000000 2.000000 2.000000 v 0.000000 0.000000 2.000000 v 2.000000 0.000000 2.000000 v 2.000000 2.000000 2.000000 ; List of 8 vertices v 0.000000 2.000000 0.000000 v 0.000000 0.000000 0.000000 v 2.000000 0.000000 0.000000 v 2.000000 2.000000 0.000000 f 1 2 3 4 f 8 7 6 5 f 4 3 7 8 f 5 1 4 8 ; List of faces: important to note that a face = polygon not triangle. It’s crucial f 5 6 2 1 ; to have polygonal collision detection. f 2 6 7 3

More Related