1
edit
Changes
→Integrating Framework Into Existing Projects
Please skip to the section relevant to your interests :)
=== Combined Physics Simulator/Collision Detector Basic Integration Steps ===
# Copy all files unique to the physics framework chosen package into your working copy. Add the files to your solution as desired; I recommend that new project filters be created to keep the physics package code separate from everything else.# Overwrite all of Chris' files that you did not modify during development that are also present in the physics framework chosen barebones package.# Merge together files that you've modified from Chris' reference implementation and that are also present in the physics framework chosen barebones package. [mailto:hkamal-al-deen@learn.senecac.on.ca Let me know if any problems arise during this step :)]
'''Note that some files don't necessarily need to be copied in (such as Camera.cpp). Use your discretion when deciding on what parts of the framework to filter out.and hopefully nothing breaks??'''
=== Physics Simulator Collision Detection Only ===
== Framework Reference ==