Introduction to VR View Room Plugin
@realsee/dnalogel will Realsee(realsee.com) VR see room regular capacity sedimentation as Five Plugins
for abstraction. Combineto make rich three-dimensional applications like VR to view SDK Five and like the Open API.Regardless of how the online environment works in the musical and exciteous attempts, we have left unreserved open sources to github realsee-developer/dnalogel.
Use Instructions
1 - Installation
- npm
- Yarn
- pnpm
npm install @realsee/dnalogel
yarn add @realsee/dnalogel
pnpm add @realsee/dnalogel
Version 2.x Depends svelte
, install it at the same time:
- npm
- Yarn
- pnpm
npm install svelte
yarn add svelte
pnpm add svelte
2 - Plugin registration
import { Five } from '@realsee/five'
import { Plugin } from '@realsee/dnalogel'
const five = new Five({
plugins: [[Plugin, 'PluginName', initOptions]],
})
Add-ons Method Use
// The methods provided by different plugins may differ, please refer to the plugin API documentation
five.plugins.PluginName.load(data)
five.plugins.PluginName.enable()
five.plugins.PluginName.disable()
five.plugins.PluginName.dispose()
Add-ons Dependencies
You can view data acquisition and related open API via open API
Related links
Effect Preview
We wrote a simple example of effect for each plugin. You can click on preview: @realsee/dnalogel showcase