未验证 提交 4ff90827 编写于 作者: M Michael Herzog 提交者: GitHub

Merge pull request #17438 from Mugen87/dev29

JSM: Update modules.
......@@ -461,11 +461,6 @@ DRACOLoader.DRACOWorker = function () {
var geometry = { index: null, attributes: [] };
var numPoints = dracoGeometry.num_points();
var numAttributes = dracoGeometry.num_attributes();
console.log( numPoints, numAttributes );
// Add attributes of user specified unique id.
for ( var attributeName in attributeIDs ) {
......
......@@ -14,6 +14,7 @@ var WEBVR = {
if ( options && options.referenceSpaceType ) {
renderer.vr.setReferenceSpaceType( options.referenceSpaceType );
}
function showEnterVR( device ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册