Skip to main content

Introduction to VR View Room Plugin

npm version

@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 install @realsee/dnalogel

Version 2.x Depends svelte, install it at the same time:

npm install 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

Effect Preview

We wrote a simple example of effect for each plugin. You can click on preview: @realsee/dnalogel showcase