You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WebCAD/__test__/DatabaseServices/Entity.test.ts

12 lines
313 B

// window["t"] = () =>
// {
// app.m_Database.StartTransaction();
// let line = new Line(new THREE.Vector3(Math.random() * 100, Math.random() * 100), new THREE.Vector3(Math.random() * 100, Math.random() * 100))
// app.m_Database.appendEntity(line);
// app.m_Database.CommitTransaction();
// }