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 C1 C2 prefabs, and camera featues #280

Merged
merged 25 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5c1bf49
feat(sensor): add initial version of C1 C2 cameras
lchojnack Jan 19, 2024
34c157a
feat: init version of lens distortion correction
lchojnack Mar 5, 2024
ab66f8e
Add Camera Senor Effect Sample Scene
szylis Mar 8, 2024
a92a082
feat(scene): add checkerboard to CameraSensorEffectsSample scene
lchojnack Mar 8, 2024
0395a94
Merge branch 'feature/lens_distortion_correction' into feature/c1_c2_…
lchojnack Mar 8, 2024
648ea11
Added Depth Of Field Test Objects
szylis Mar 12, 2024
83b1e84
feat(camera): add image sharpening feature
lchojnack Mar 14, 2024
78bfcc5
Add Volume Profile to C1 and C2
szylis Mar 26, 2024
7e11da8
Add Chromatic Aberration Test Scene
szylis Mar 26, 2024
e747dcc
Added Bloom Effect Test Scene
szylis Mar 26, 2024
5601c85
Added Motion Blur Test Scene
szylis Mar 28, 2024
1708bb9
Clean in Camera Sensor Effect Directory
szylis Mar 28, 2024
d5787e6
fix(camera): increase thread group number in RosImageShader to suppor…
lchojnack Mar 28, 2024
6d4d2ef
Added Camera Feature Inspector Component
szylis Mar 28, 2024
19e2b03
Added Shapness and Distoration to Feature Manager Script
szylis Mar 29, 2024
8cc1e52
Update C1 and C2 prefabs
szylis Mar 29, 2024
b3b4dcd
Add C1 camera to test scene
szylis Mar 29, 2024
786008b
Fix C2 prefab
szylis Mar 29, 2024
cb1a043
Fixed Prefabs C1 and C2
szylis Mar 29, 2024
ee1b758
Add C2 camera to test scene
szylis Mar 29, 2024
9a68dfc
Add Tooltips
szylis Apr 3, 2024
a667aaf
Merge branch 'main' into feature/c1_c2_cameras
szylis May 10, 2024
9ff776c
Fix missing assembly references
szylis May 10, 2024
ec540b9
Add summary comment CameraSensorFeatureManager.cs
mackierx111 May 27, 2024
3f27af9
Merge branch 'main' into feature/c1_c2_cameras
mackierx111 May 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions Assets/AWSIM/AWSIM.asmdef
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
{
"name": "AWSIM"
}
"name": "AWSIM",
"rootNamespace": "",
"references": [
"GUID:df380645f10b7bc4b97d4f5eb6303d95",
"GUID:457756d89b35d2941b3e7b37b4ece6f1"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
8 changes: 8 additions & 0 deletions Assets/AWSIM/Models/Sensors/CameraC1-198.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
107 changes: 107 additions & 0 deletions Assets/AWSIM/Models/Sensors/CameraC1-198/CameraC1-198.fbx.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/AWSIM/Models/Sensors/CameraC1-198/Materials.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading