Skip to content

Conversation

@ngokevin
Copy link
Member

No description provided.

@codecov-io
Copy link

codecov-io commented Aug 17, 2016

Current coverage is 81.93% (diff: 66.66%)

Merging #1808 into master will increase coverage by <.01%

@@             master      #1808   diff @@
==========================================
  Files           100        100          
  Lines          3547       3548     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           2906       2907     +1   
  Misses          641        641          
  Partials          0          0          

Powered by Codecov. Last update 8d6bdff...a29d876

@ngokevin ngokevin added this to the 0.3.0 milestone Aug 17, 2016
this.isMobile = isMobile;
this.isScene = true;
this.object3D = new THREE.Scene();
this.renderBinded = this.render.bind(this);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can just do this.render = this.render.bind(this) as we do in other modules

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I get a-scene.js:405 Uncaught TypeError: Cannot read property 'render' of undefined

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you have to set writable: true in the render method?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok thanks that works

@ngokevin
Copy link
Member Author

Will fix the Codecov Travis failures soon. Need to remove the constraint that all PRs must improve coverage.

@dmarcos dmarcos merged commit 13f11e5 into aframevr:master Aug 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants