-
Notifications
You must be signed in to change notification settings - Fork 424
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
[1.0] Expression の override と binary の組み合わせの挙動を実装 #2464
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
8fa8638
expression UI
ousttrue 53ba0e3
remove leftDrag from camera
ousttrue 33639f5
yawpitch
ousttrue 5b87a38
FaceCamera
ousttrue 0b6c8cb
impl expression slider
ousttrue 6f76bee
show override
ousttrue cb1e08e
camera to forward
ousttrue 6ff6202
manipulate expression override / binary runtime
ousttrue 8f3cb87
impl expression binary and override combination
ousttrue 333ae76
Merge branch 'master' into fix/expression_override
ousttrue File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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 file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!86 &8600000 | ||
CustomRenderTexture: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_Name: FaceCameraTarget | ||
m_ImageContentsHash: | ||
serializedVersion: 2 | ||
Hash: 00000000000000000000000000000000 | ||
m_ForcedFallbackFormat: 4 | ||
m_DownscaleFallback: 0 | ||
m_IsAlphaChannelOptional: 0 | ||
serializedVersion: 5 | ||
m_Width: 300 | ||
m_Height: 300 | ||
m_AntiAliasing: 1 | ||
m_MipCount: -1 | ||
m_DepthStencilFormat: 94 | ||
m_ColorFormat: 8 | ||
m_MipMap: 0 | ||
m_GenerateMips: 1 | ||
m_SRGB: 0 | ||
m_UseDynamicScale: 0 | ||
m_BindMS: 0 | ||
m_EnableCompatibleFormat: 1 | ||
m_TextureSettings: | ||
serializedVersion: 2 | ||
m_FilterMode: 1 | ||
m_Aniso: 0 | ||
m_MipBias: 0 | ||
m_WrapU: 1 | ||
m_WrapV: 1 | ||
m_WrapW: 1 | ||
m_Dimension: 2 | ||
m_VolumeDepth: 1 | ||
m_ShadowSamplingMode: 2 | ||
m_Material: {fileID: 0} | ||
m_InitSource: 0 | ||
m_InitMaterial: {fileID: 0} | ||
m_InitColor: {r: 1, g: 1, b: 1, a: 1} | ||
m_InitTexture: {fileID: 0} | ||
m_UpdateMode: 0 | ||
m_InitializationMode: 2 | ||
m_UpdateZoneSpace: 0 | ||
m_CurrentUpdateZoneSpace: 0 | ||
m_UpdateZones: [] | ||
m_UpdatePeriod: 0 | ||
m_ShaderPass: 0 | ||
m_CubemapFaceMask: 4294967295 | ||
m_DoubleBuffered: 0 | ||
m_WrapUpdateZones: 0 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 file contains 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 file contains 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 file contains 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 file contains 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.