Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add camera view editing mode #100

Merged
merged 3 commits into from
Jul 12, 2024

Conversation

khanghugo
Copy link
Contributor

Closes #96

I think the organizing is a bit weird. Not sure how to go around that because this needs the game itself to work.

Need YaLTeR/BunnymodXT#520 to have it work.

src/modules/tas_studio/editor/mod.rs Outdated Show resolved Hide resolved
src/modules/tas_studio/editor/mod.rs Outdated Show resolved Hide resolved
src/modules/tas_studio/editor/mod.rs Outdated Show resolved Hide resolved
@@ -296,6 +305,23 @@ struct InsertCameraLineAdjustment {
did_split: bool,
}

/// Camera view edit modes.
///
/// `Alt` adjusts differently for different kinds of line.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you describe here what exactly it does?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alt is in case you want the result to be something like target yaw offset or target yaw velocity lock.

src/modules/tas_studio/editor/mod.rs Outdated Show resolved Hide resolved
src/modules/tas_studio/mod.rs Outdated Show resolved Hide resolved
src/modules/tas_studio/editor/mod.rs Outdated Show resolved Hide resolved
src/modules/tas_studio/editor/mod.rs Outdated Show resolved Hide resolved
@YaLTeR YaLTeR merged commit 42ca2bc into YaLTeR:master Jul 12, 2024
13 checks passed
@YaLTeR
Copy link
Owner

YaLTeR commented Jul 12, 2024

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TAS Editor Camera Editor Camera Editting Mode
2 participants