vancegroup / vr-jugglua

VR JuggLua: A Framework for VR Applications Combining Lua, OpenSceneGraph, and VR Juggler
Boost Software License 1.0
11 stars 12 forks source link

New default lighting #41

Closed lpberg closed 12 years ago

lpberg commented 12 years ago

I've done some work on lighting...im getting confused how this pull request thing works. I only want vance-group to pull 1 commit or the entire branch..but now its claiming 362...hmm.

rpavlik commented 12 years ago

So usually this kind of thing happens when you try to pull request from master. Usually, for a pull request, I'll create a new branch on the original version's master, and cherrypick or rebase -i just the commits I want onto that branch, so a git log upstream/master..pullreqbranch only lists the commits you want.

rpavlik commented 12 years ago

OK, #67 replaces this one.