Skip to content
Snippets Groups Projects
Commit 1efac6d2 authored by MarcoSchaeferT's avatar MarcoSchaeferT
Browse files

parser is working + try to get mesh/shape

parent a80088ec
No related branches found
No related tags found
No related merge requests found
......@@ -324,9 +324,9 @@ async function parseInternal(data: string, ctx: RuntimeContext, opts: PlyOptions
//console.log(plyToShape.getShape(state.runtimeCtx, table));
let shape = plyToShape.init_ren(PLYdata);
console.log("shape"+shape);
const script = document.createElement('script');
script.src = "../../build/src/mol-model/shape/formarts/ply/plyData_to_shape.js";
document.body.appendChild(script);
// const script = document.createElement('script');
// script.src = "../../build/src/mol-model/shape/formarts/ply/plyData_to_shape.js";
// document.body.appendChild(script);
return Result.success(result);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment