🙂
- https://www.linkedin.com › cloud-cho-81670813
- https://stackoverflow.com/users/5595995/cloud-cho
- https://ai.stackexchange.com/users/27229/cloud-cho
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using UnityEngine; | |
/// <summary> | |
/// The MainCameraEllipticalMWE class provides motion of the camera in an ellipse (or a circle) | |
/// given sizeX and sizeZ where one is the major axis and the other the minor axis. Which is | |
/// which isn't important, and they can be equal (x == z) if the camera is to track in a circle. | |
/// | |
/// The size values assume a 2D surface where x=0, z=0 is at the bottom left and built in both x+ | |
/// and z+ directions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is an example of starting a systemd object detection service on boot on the Coral Dev Board. | |
# 1) create a file call detects.service with the following contents: | |
[Unit] | |
Description=systemd object detection service | |
After=weston.target | |
[Service] | |
PAMName=login |
OlderNewer