networked-aframe
Version:
A web framework for building multi-user virtual reality experiences.
9 lines (8 loc) • 367 B
JavaScript
var options = {
debug: false,
updateRate: 15, // How often network components call `sync`
useLerp: true, // lerp position, rotation, and scale components on networked entities.
firstSyncSource: null, // If specified, only allow first syncs from this source.
syncSource: null, // If specified, only allow syncs from this source.
};
module.exports = options;