Skip to content

Commit

Permalink
vector classes
Browse files Browse the repository at this point in the history
  • Loading branch information
cflavio committed Oct 2, 2017
1 parent db20ae7 commit af782b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions project.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,14 @@
# (Panda3D 1.10) #shaders shadows
# https://www.panda3d.org/forums/viewtopic.php?f=8&t=18798
# (Panda3D 1.10) embed into a wx / pyqt window
# (Panda3D 1.10) port to python 3
# hardware instancing (gl_InstanceID requires 1.40)


# MAYBE/SOMEDAY =====

# refactor: notify done by evt (from mdt externally);
# Colleague.notify invokes that; GO's attach redirected to evt;
# only evt is a Subject
# the length of the inertia+engine shouldn't be bigger than max engine's force
# make scons for yyagl
# port to python 3
# unit tests
# django webapp for scores
# refactor: don't share eng with every colleague, instead share only the
Expand Down
2 changes: 0 additions & 2 deletions yorg/yorg.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def __init__(self):
'multiplayer': 0,
'win_orig': '',
'profiling': 0,
'py_profiling': 0,
'py_profiling_percall': 0,
'race_start_time': 3.5,
'countdown_seconds': 3}}
Expand All @@ -77,7 +76,6 @@ def __init__(self):
cursor_scale=((256/352.0) * .08, 1, .08), cursor_hotspot=(.1, .06),
volume=self.options['settings']['volume'],
profiling=opt_dev['profiling'],
py_profiling=opt_dev['py_profiling'],
py_profiling_percall=opt_dev['py_profiling_percall'])
init_lst = [
[('fsm', YorgFsm, [self])],
Expand Down

0 comments on commit af782b9

Please sign in to comment.