realXtend / WebTundra

Scene model, rendering and networking functionality for a JavaScript WebTundra client
Apache License 2.0
20 stars 13 forks source link

ray cast does not have face info with gltf or ctm models #65

Closed antont closed 8 years ago

antont commented 10 years ago

this is null with gltf & ctm:

var face = intersects[0].face; in https://github.com/realXtend/WebTundra/blob/master/src/view/ThreeView.js#L779

others have the same prob with bufferedgeom objects now too, at least with bit old three's .. dunno if is fixed in current dev with mrdoob's geometry2 work