| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- export default {
- "title": "Beginner's Guide",
- "next": "Next",
- "prev": "Previous",
- "tip": "Click here to access the beginner's guide next time!",
- "edit": {
- "query": {
- "0": "View mode can control the content of the interface's display. After selecting point cloud mode in the lower right corner, the point cloud display can be customized."
- },
- "data": {
- "0": "The list on the right contains all of the information. Click the checkbox after entering the point cloud mode to hide/show the corresponding point cloud."
- },
- "hotspot": {
- "0": "The list on the right contains all of the information. Click the checkbox after entering the point cloud mode to hide/show the corresponding point cloud."
- },
- "measure": {
- "0": "Click [Start Measuring] to begin measuring the length and area."
- },
- "floorpan": {
- "0": "The algorithm will generate the floor plan of a scene with support for download, replacement, and concealment."
- },
- "coord": {
- "0": "If your scene has RTK or related equipment to collect control points. In that case, you can obtain the geographic coordinates of any location in the scene and support the conversion between multiple coordinate systems."
- },
- "download": {
- "0": "Scenes can be downloaded in their entirety, or they can be cropped and downloaded. Download formats supported: las. ply. e57.obj. Downloads of point cloud formats can include coordinates."
- },
- "coordinate": {
- "0": "This function will realistically map your scene on the map and acquire its precise geographic coordinates. When shooting a scene, you must use RTK or related equipment to obtain the control points and manually enter the parameters. If your scanner is equipped with RTK, the system will automatically acquire the control point information without requiring manual entry."
- },
- "spaceDivision": {
- "0": "If your scenes import/upload multiple datasets, they must be stitched in this module for proper viewing."
- },
- "spaceModel": {
- "0": "Scene areas, such as buildings, floors, and rooms, can be separated. The ability to search for areas within a scene enables you to locate or navigate by area."
- },
- "epoint": {
- "0": "In case of a point position error during scene shooting, this module allows for its correction."
- }
- },
- "video": {
- "coordinate": "https://docs.4dkankan.com/#/product/laser/en-us/setcontrolpoint",
- "spaceDivision": "https://docs.4dkankan.com/#/product/laser/en-us/splicing",
- "spaceModel": "https://docs.4dkankan.com/#/product/laser/en-us/createfloor",
- "epoint": "https://docs.4dkankan.com/#/product/laser/en-us/calibrationpoint",
- "kankanEpoint": "https://docs.4dkankan.com/#/product/laser/en-us/calibrationpoint"
- },
- "query": {
- "cloud": {
- "0": "To rotate the lens direction, press and hold the left mouse button",
- "1": "To pan the view, press and hold the right mouse button",
- "2": "Click the ground point to switch the camera's perspective and walkthrough the scene",
- "3": "Click the lower right button to switch between panorama and point cloud views"
- },
- "pano": {
- "0": "Press and hold the left mouse button to rotate the scanner's direction",
- "1": "Click the ground point to switch the camera's perspective and walkthrough the scene",
- "2": "Click the lower right button to switch between panorama and point cloud views"
- }
- },
- "init": "Enjoy your use of the scene editing platform",
- "link": "User Manual",
- "videoBtn": "Tutorial Videos",
- "mobile": {
- "step1": {
- "title": "Walk",
- "content": "To navigate, click in any direction"
- },
- "step2": {
- "title": "Rotate",
- "content": "To go left or right, swipe the screen"
- },
- "step3": {
- "title": "Zoom",
- "content": "Zoom in or out by two-finger"
- },
- "step4": {
- "title": "Panorama/Point Cloud View",
- "content": "Click to switch to the Panorama/Point Cloud View"
- }
- }
- }
|