| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| RAD_2_DEG — Constant Static Property, class com.mi.rs.types.Vector4 | |
| radius — Property, class com.mi.rs.multiview.option.RendererOptions | |
| The filter radius to use. | |
| radius — Property, class com.mi.rs.multiview.widgets.WidgetHandleCircle3d | |
| Gets the radius of the circle. | |
| rate_den — Property, class com.mi.rs.multiview.option.rtmp.H264Options | |
| rate_num — Property, class com.mi.rs.multiview.option.rtmp.H264Options | |
| red — Property, class com.mi.rs.multiview.utils.Color | |
| The red component of the Color object. | |
| register(type:String, validator:Function, overrideExisting:Boolean) — Static Method , class com.mi.rs.multiview.option.OptionValidator | |
| Registers a new validator or overrides an existing validator for the given type. | |
| register_class(i_type:Object, i_parser_function:Function) — Static Method , class com.mi.util.JSON | |
| registerCodec(videoCodec:String, id:String, optionClass:Class) — Static Method , class com.mi.rs.multiview.option.rtmp.RTMPOptions | |
| Registers a new option set that has the correct parameters for the given video codec and encoder. | |
| registerDefaultClasses() — Static Method , class com.mi.rs.multiview.option.rtmp.RTMPOptions | |
| Registers the default provided RTMPOptions sets to their appropriate video codecs and encoders. | |
| registerDefaults() — Static Method , class com.mi.rs.multiview.option.OptionValidator | |
| Registers the default validators. | |
| registerHandler(valueName:String) — method, class com.mi.rs.multiview.option.OptionSet | |
| If an instance of a subclass of OptionSet wants to add extra code to manage the setting and getting of a particular value, this function registers that value name to use the getter and setter. | |
| registerSetType(setName:String, type:Class) — Static Method , class com.mi.rs.multiview.option.OptionSet | |
| Helper function used to register the type of a set. | |
| registerView(view:com.mi.rs.multiview.core:IViewBasic) — method, interface com.mi.rs.multiview.core.IScene | |
| Registers a view with this particular IScene instance. | |
| registerView(view:com.mi.rs.multiview.core:IViewBasic) — method, class com.mi.rs.multiview.core.Scene | |
| Registers a view with this particular IScene instance. | |
| removeAll() — method, class com.mi.rs.multiview.option.OptionArray | |
| Removes all values and their types from this OptionArray instance. | |
| removeCameraPreset(preset:com.mi.rs.multiview.option:OptionSetCamera) — method, class com.mi.rs.multiview.option.CameraOptions | |
| Helper function that removes a camera preset. | |
| removeCameraPresetByIndex(index:int) — method, class com.mi.rs.multiview.option.CameraOptions | |
| Helper function that removes a camera preset. | |
| removeChild(child:com.mi.rs.multiview.option:OptionSet) — method, class com.mi.rs.multiview.option.OptionSet | |
| Removes a child option set. | |
| removeFromProperties(valueName:String) — method, class com.mi.rs.multiview.option.OptionSet | |
| If a value has no value or type, it is removed from the property list. | |
| removeItemAt(index:int) — method, class com.mi.rs.multiview.option.OptionArray | |
| Removes the item at the given array index. | |
| removeMouseDownHandler(i_listener:Function, i_use_capture:Boolean) — method, class com.mi.rs.multiview.widgets.WidgetHandleCircle3d | |
| Removes a mouse down handler. | |
| removeMouseOutHandler(i_listener:Function, i_use_capture:Boolean) — method, class com.mi.rs.multiview.widgets.WidgetHandleCircle3d | |
| Removes a mouse-out handler. | |
| removeMouseOverHandler(i_listener:Function, i_use_capture:Boolean) — method, class com.mi.rs.multiview.widgets.WidgetHandleCircle3d | |
| Removes a mouse-over handler. | |
| removeOptionCommand(attrName:String) — method, class com.mi.rs.multiview.option.SaveRenderOptions | |
| removeValue(valueName:any, removeType:Boolean) — method, interface com.mi.rs.multiview.option.IOptionSet | |
| Removes a value from the set. | |
| removeValue(valueName:any, removeType:Boolean) — method, class com.mi.rs.multiview.option.OptionArray | |
| Removes a value from the set. | |
| removeValue(valueName:any, removeType:Boolean) — method, class com.mi.rs.multiview.option.OptionSet | |
| Removes a value from the set. | |
| removeValue(valueName:any, removeType:Boolean) — method, class com.mi.rs.multiview.option.RendererOptionsAlias | |
| Removes a value from the set. | |
| removeValueChangeListener(valueName:String, listener:Function) — method, interface com.mi.rs.multiview.option.IOptionSet | |
| Removes a value change listener. | |
| removeValueChangeListener(valueName:String, listener:Function) — method, class com.mi.rs.multiview.option.OptionSet | |
| Removes a value change listener. | |
| removeWidget(widget:com.mi.rs.multiview.widgets:Widget3d) — method, class com.mi.rs.multiview.core.ViewBase | |
| Removes a widget from the targets display list. | |
| renameCameraPreset(index:int, newName:String) — method, class com.mi.rs.multiview.option.CameraOptions | |
| Helper function that renames a camera preset. | |
| renameValue(currentName:any, newName:any) — method, interface com.mi.rs.multiview.option.IOptionSet | |
| Renames a value. | |
| renameValue(currentName:any, newName:any) — method, class com.mi.rs.multiview.option.OptionArray | |
| Allows for renaming or re-indexing value. | |
| renameValue(currentName:any, newName:any) — method, class com.mi.rs.multiview.option.OptionSet | |
| Renames a value. | |
| renameValue(currentName:any, newName:any) — method, class com.mi.rs.multiview.option.RendererOptionsAlias | |
| Renames a value. | |
| render(force:Boolean) — method, interface com.mi.rs.multiview.core.IViewBasic | |
| Initiates a render call to the server.The returned image is displayed in the view target. | |
| render(force:Boolean) — method, class com.mi.rs.multiview.core.ViewBase | |
| Causes this view to render an image. | |
| renderCallback(sequ:com.mi.rs:ICommandSequence) — method, class com.mi.rs.multiview.core.ViewBase | |
| Sends all the commands to update the view and triggers a render operation. | |
| RenderCommand — class, package com.mi.rs | |
| Implementation of the IRenderCommand interface that renders images using the "render" RealityServer command. | |
| RenderCommand(target:com.mi.rs:ImageRenderTarget, sceneName:String, renderer:String, renderContext:String, renderContextTimeout:uint, format:String, quality:String, canvasContent:String, canvasPixelType:String, pixelType:String) — Constructor, class com.mi.rs.RenderCommand | |
| Creates a render command. | |
| renderer — Property, class com.mi.rs.multiview.core.ViewBase | |
| Shorthand for setting the renderer on the view. | |
| renderer — Property, class com.mi.rs.multiview.option.SaveRenderOptions | |
| etrieves the renderer used for save render | |
| renderer — Property, class com.mi.rs.multiview.option.SceneOptions | |
| Changes and retrieves the renderer used by the server to render the scene. | |
| rendererOptions — Property, class com.mi.rs.multiview.option.SceneOptions | |
| Returns the current renderer options. | |
| RendererOptions — class, package com.mi.rs.multiview.option | |
| Provides options related directly to a view. | |
| RendererOptions(nodeName:String) — Constructor, class com.mi.rs.multiview.option.RendererOptions | |
| Creates a new RendererOptions instance with the given node name. | |
| RENDERER_OPTIONS — Constant Static Property, class com.mi.rs.multiview.option.ConfigXML | |
| A key mapping to the rendering options. | |
| RendererOptionsAlias — class, package com.mi.rs.multiview.option | |
| Acts as an alias to another RendererOptions instance. | |
| RendererOptionsAlias(nodeName:String, parent:com.mi.rs.multiview.option:RendererOptions) — Constructor, class com.mi.rs.multiview.option.RendererOptionsAlias | |
| Creates a new RendererOptionsAlias. | |
| renderTarget — Property, interface com.mi.rs.IRenderCommand | |
| Returns the ImageRenderTarget that will display the rendered image. | |
| renderTarget — Property, class com.mi.rs.RenderCommand | |
| Returns the ImageRenderTarget that will display the renderd image. | |
| resetCameraOnSceneUpChange — Property, class com.mi.rs.multiview.core.ViewBase | |
| When true, the view's camera will automatically reset it's current up direction and cause a render when the scene's up direction changes. | |
| resetOptions(view:com.mi.rs.multiview.core:ViewBase, options:uint, fileName:String) — method, class com.mi.rs.multiview.option.ConfigXML | |
| Resets selected options for the given view from the configuration file. | |
| resolution_x — Property, class com.mi.rs.multiview.core.CameraSet | |
| Sets the x value of the render resolution. | |
| resolution_y — Property, class com.mi.rs.multiview.core.CameraSet | |
| Sets the y value of the render resolution. | |
| Response — class, package com.mi.rs | |
| The object passed to command response handlers. | |
| Response(cmd:com.mi.rs:ICommand, jsonReply:Object) — Constructor, class com.mi.rs.Response | |
| Creates a response object. | |
| restartStream — Property, class com.mi.rs.multiview.option.rtmp.RTMPOptions | |
| Returns true if the encoder parameters that need to be sent to the server will require that the video stream be started. | |
| restartVideoStream(response:com.mi.rs:IResponse) — method, class com.mi.rs.multiview.core.ViewBase | |
| Restarts the video stream after the video encoder parameters were successfully set. | |
| result — Property, interface com.mi.rs.IResponse | |
| The result data structure that was returned by the RealityServer command. | |
| result — Property, class com.mi.rs.Response | |
| The result data structure that was returned by the RealityServer command. | |
| retrieveConfig(fileName:String) — method, class com.mi.rs.multiview.option.ConfigXML | |
| Sets the configuration options using the provided configuration file. | |
| rotate(verticalAxis:Number, horizontalAxis:Number, directionAxis:Number, shiftTargetPoint:Boolean) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Rotates the camera. | |
| rotate(dx:Number, dy:Number, dz:Number) — method, class com.mi.rs.multiview.utils.TransformSimple | |
| Rotates the transform by the vector [dx, dy, dz] in object space applied in ZYX order. | |
| rotate(dx:Number, dy:Number, dz:Number, rotateTargetPoint:Boolean) — method, class com.mi.rs.multiview.utils.TransformTarget | |
| Rotates the transform by the vector [dx, dy, dz] applied in ZYX order. | |
| rotate(matrix:com.mi.rs.types:Matrix4x4) — method, class com.mi.rs.types.Vector4 | |
| rotateAroundAxis(axis:com.mi.rs.types:Vector4, angle:Number, inCameraSpace:Boolean, shiftTargetPoint:Boolean) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Rotates the camera. | |
| rotateAroundAxis(axis:com.mi.rs.types:Vector4, angle:Number, inObjectSpace:Boolean) — method, class com.mi.rs.multiview.utils.TransformSimple | |
| Rotates the transform around an arbitary axis. | |
| rotateAroundAxis(axis:com.mi.rs.types:Vector4, angle:Number, inObjectSpace:Boolean, rotateTargetPoint:Boolean) — method, class com.mi.rs.multiview.utils.TransformTarget | |
| Rotates the transform around the given axis by the given angle in radians. | |
| rotateAroundPoint(point:com.mi.rs.types:Vector4, dx:Number, dy:Number, dz:Number) — method, class com.mi.rs.multiview.utils.TransformSimple | |
| Rotates the transform around the point attribute location by the vector [dx, dy, dz] applied in ZYX order. | |
| rotateAroundPoint(point:com.mi.rs.types:Vector4, dx:Number, dy:Number, dz:Number, rotateTargetPoint:Boolean) — method, class com.mi.rs.multiview.utils.TransformTarget | |
| Rotates the transform around a given world space point by the vector [dx, dy, dz] in ZYX order. | |
| rotateTranspose(matrix:com.mi.rs.types:Matrix4x4) — method, class com.mi.rs.types.Vector4 | |
| _rotateVectors(axis:com.mi.rs.types:Vector4, angle:Number, rotationVectors:Array, inObjectSpace:Boolean) — method, class com.mi.rs.multiview.utils.TransformBase | |
| Rotates an array of vectors around the given axis by the angle either in world space or in object space, in radians. | |
| _rotateXVectors(axis:com.mi.rs.types:Vector4, angle:Number, rotationVectors:Array, inObjectSpace:Boolean) — method, class com.mi.rs.multiview.utils.TransformBase | |
| Rotates an array of vectors as well as the y-axis and z-axis vectors. | |
| _rotateYVectors(axis:com.mi.rs.types:Vector4, angle:Number, rotationVectors:Array, inObjectSpace:Boolean) — method, class com.mi.rs.multiview.utils.TransformBase | |
| Rotates an array of vectors as well as the x-axis and z-axis vectors. | |
| _rotateZVectors(axis:com.mi.rs.types:Vector4, angle:Number, rotationVectors:Array, inObjectSpace:Boolean) — method, class com.mi.rs.multiview.utils.TransformBase | |
| Rotates an array of vectors as well as the x-axis and y-axis vectors. | |
| RSCamera — class, package com.mi.rs.multiview.utils | |
| Represents a RealityServer camera and world-to-object matrix on the client. | |
| RSCamera() — Constructor, class com.mi.rs.multiview.utils.RSCamera | |
| Creates a camera. | |
| RSService — class, package com.mi.rs | |
| The main client library class that takes care of RealityServer command processing. | |
| RSService(host:String, httpPort:int, defaultStateData:com.mi.rs:IStateData) — Constructor, class com.mi.rs.RSService | |
| Creates an HTTP based implementation of the IService interface. | |
| RSServiceEvent — class, package com.mi.rs | |
| Event dispatched by RSService. | |
| RSServiceEvent(type:String, service:com.mi.rs:IService) — Constructor, class com.mi.rs.RSServiceEvent | |
| RSUtilityErrorEvent — class, package com.mi.rs.multiview.event | |
| RSUtilityErrorEvent(type:String, error:String, bubbles:Boolean, cancelable:Boolean, text:String, id:int) — Constructor, class com.mi.rs.multiview.event.RSUtilityErrorEvent | |
| RSVideo — class, package com.mi.rs.multiview.core | |
| Simple UIComponent wrapper for the Video object tailored to expose the features of a RealityServer RTMP video stream. | |
| RSVideo() — Constructor, class com.mi.rs.multiview.core.RSVideo | |
| Constructs an RSVideo object. | |
| rt_bsp — Property, class com.mi.rs.multiview.option.ViewOptions | |
| Returns the options for the CPU or rt_bsp renderer. | |
| RTMPCommandRate — Property, class com.mi.rs.RSService | |
| The number of times per second that command callbacks will be processed when the RTMP connector is used. | |
| RTMP_CONNECTION_ERROR_EVENT — Constant Static Property, class com.mi.rs.RSServiceEvent | |
| Dispatched if an attempt is made to enable RTMP but the connection to the server failed, or if RTMP support is active but the connection breaks. | |
| RTMP_CONNECTOR_NAME — Constant Static Property, class com.mi.rs.RSService | |
| RTMPOptions — class, package com.mi.rs.multiview.option.rtmp | |
| RTMPOptions is the base class for all RTMP related options. | |
| RTMPOptions(nodeName:String) — Constructor, class com.mi.rs.multiview.option.rtmp.RTMPOptions | |
| Creates a new RTMPOptions instance. | |
| rtmpRenderTarget — Property, class com.mi.rs.multiview.core.ViewBase | |
| Retrieves the RTMP render target. | |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |