Lets you view and configure points for VRChat camera paths. Currently very WIP
Download: >> CLICK HERE <<
- Configure and adjust individual points
- Start animations via OSC
- Rearrange points between paths
- Load paths from a file and send them into VRChat via OSC
- Visualize paths in 3D
- Rearrange points along paths
- Import points alongside existing ones
- Directly editing points in 3D view
- Localization(?)
- Connect OSC to remote devices (i.e. Quest)
- Previewing Loose and Fitted curve types
- Auto-import when VRChat exports
Clone the repository, then download its dependencies. Substituting npm for your package manager of choice:
# clone
git clone https://github.com/MissingNO123/VRC-Camera-Dolly-Editor.git
cd VRC-Camera-Dolly-Editor
# install
npm install
# for debugging
npm run dev
# for distribution
npm run dist
Contributions are welcome. Please fork the repository and submit pull requests with your improvements.
This project is distributed under the MIT License. See the LICENSE file for details.