7.1. User flow

Here, we will introduce you to the beginning of what to do and how to use this app.

It is assumed that there are three steps to use this app.

        flowchart TB
subgraph Open
    direction TB
    open_func[["Open"]]

    file_vrm[("VRMs")]
    file_3d[("3D models")]
    file_cam[("Camera")]
    file_other[("etc...")]
    file_vrm -..-> open_func
    file_3d -..-> open_func
    file_cam -..-> open_func
    file_other -..-> open_func

    style open_func fill:#FFFF00
end

subgraph Change
    direction TB
    chtarget_pose["Pose"]
    chtarget_transform["Transform"]
    chtarget_properties["Properties"]
    chtarget_resolution["Resolution"]
    change_duration["Duration"]
    change_easing["Easing"]
    change_syseff["SystemEffect"]

    change_func[["Change"]]

    chtarget_pose -..-> change_func
    chtarget_transform -..-> change_func
    chtarget_properties -..-> change_func
    chtarget_resolution -..-> change_func
    change_duration -..-> change_func
    change_easing -..-> change_func
    change_syseff -..-> change_func

    style change_func fill:#FFFF00

end

reg_keyframe[["Register a keyframe"]]

subgraph Play
    direction LR

    play_animation[["Play an animation"]]
    get_screenshot[["Take screenshot"]]
    get_movie[["Recording"]]
    play_vrar[["Play VR/AR space"]]

    file_picture[("Picture")]
    file_movie[("Video")]

    play_animation -..-> get_movie -..-> file_movie
    play_vrar -..-> get_movie -..-> file_movie
    get_screenshot -..-> file_picture

    style reg_keyframe fill:#FFFF00
    style play_animation fill:#FFFF00
    style get_screenshot fill:#FFFF00
    style get_movie fill:#FFFF00
    style play_vrar fill:#FFFF00
end

Open ~~~ Change  ~~~ Play

Open --> Change
Change ---> reg_keyframe --> Play
Play --> Change
    
Open:

Open VRM, 3D models, and other objects. Preparation steps.

Change:

Change properties of each object. Steps to check and create

Play:

Execution steps such as playing animation, viewing in VR/AR space, and taking screenshots.

I think you will have to repeat Second and Next.

For detailed operating instructions, a video is better than a written manual.

I publish video-style manuals on my YouTube channel and website. We plan to increase the number gradually. Please try to access it frequently.

YouTube channel:

VRM Base Portal Video Version

Web site:

VRMViewmeister Video Manual - VRM Base Portal