Skip to content

Commit

Permalink
Merge pull request away3d#77 from lidev/master
Browse files Browse the repository at this point in the history
change to View3D.as
  • Loading branch information
eternauta1337 committed Sep 1, 2011
2 parents 7e2d3ff + a5c93b5 commit 5a7a5bc
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 201 deletions.
8 changes: 8 additions & 0 deletions src/away3d/containers/View3D.as
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,14 @@ package away3d.containers
return _scene;
}

/**
* Set the scene that's used to render for this viewport
*/
public function set scene(scene:Scene3D) : void
{
_scene = scene;
}

// todo: probably temporary:
/**
* The amount of milliseconds the last render call took
Expand Down
Loading

0 comments on commit 5a7a5bc

Please sign in to comment.