Skip to content

ofk13001/2015SweetHome3D

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 22 commits ahead of CSE2102Fall2015:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
This is the project of Group 29 in CSE2102 in Spring 2016.

We're all learning git! Yay!

Test - By Keelin
Test - By Jon

Notes from Feb. 20th:

We found HomeController3D.java, which has private (!)
class CameraControllerState, and in particular a
subclass of that called ObserverCameraState

Also, it has
      elevateCamera(float delta)
      moveCamera(float delta)

model/ObserverCamera.java
      Has setX and setY, which are used for movement.
      Has intersectsRectangle()

Home.getObserverCamera

Notes from March 25th:

Stright wall collisions have already been implemented. Now for arched walls.

In model.Wall.java:
      getUnjoinedShapePoints() has code to get values describing the arc and its circle.
      computeRoundWallShapePoint() has code to get points on arc of circle

Releases

No releases published

Languages

  • Java 50.0%
  • HTML 49.8%
  • Other 0.2%