Giter VIP home page Giter VIP logo

grasp-rendering-modification's Introduction

#Grasp-Rendering-Modification ###Installation Instructions: https://scaron.info/teaching/installing-openrave-on-ubuntu-14.04.html

##Programs to know:

  • OpenGL
    • OpenGL is a low level API that is used to interact with the GPU to render 3D applications. OpenGL only handles actual rendering, and provides no API for user input, audio or windowing.
  • Qt
    • Qt is a window manager that can be used to display 3D rendered programs. It is useful for developing standalone code outside the OpenRAVE program. The ExaminerViewer window used by OpenRAVE to display the simulation is implemented in Qt.
  • Open Inventor
    • Open Inventor is a high level, retained mode toolkit that was designed to speed up the programming process for 3D applications. This program uses groups of objects arranged into a scene graph that is traversed when rendering happens. Originally an open-source program, it became closed-source in 2012 when it was bought by FEI company, which keeps documentation for versions 8.6+. An example Open Inventor Scene Graph is shown below.

alt text

  • Coin/Coin3D
    • Coin3D is a open source clone of the Open Inventor API. It was developed by Kongsberg Oil & Gas Technologies from 1998 to 2011. The latest stable release, version 3.1.3, was released March 2010, and is fully compatible with the Open Inventor version 2.1 API.
  • OpenRAVE
    • OpenRAVE is the grasp simulation framework that

##Important OpenRAVE files:

  • qtcoinviewer.cpp
    • This file contains the code that initializes the coin3D environment. It also implements message classes that send update messages to the threading software. However these do not actually seem to be used(?)
  • environment-core.hpp
    • This file implements the handling of the message classes created from qtcoinviewer.cpp. This file also implements Environment(), which keeps track of the simulation environment.
  • openravepy_viewer.cpp
  • renderToTexture.cpp
  • viewer.h
  • warmcoolFrag.glsl/warmcoolVert.glsl

##Rendering examples

Rendering Hanoi (no silhouettes)

alt text

Cup with Silhouette and specular effects alt text

grasp-rendering-modification's People

Contributors

jmedina avatar huangma avatar danielgwj avatar biblerj avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  avatar Bill Smart avatar  avatar  avatar David Rebhuhn avatar Benjamin Narin avatar Cameron Bowie avatar  avatar Matthew Rueben avatar Jasper LaFortune avatar Austin Nicolai avatar  avatar  avatar Pat Hansen avatar Cindy Grimm avatar Tiffany Chu avatar  avatar  avatar  avatar  avatar

Forkers

jmedina danielgwj

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.