Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ease-ph
DeepLanguageUnderstanding
Physics Simulator
Commits
30a40f58
Verified
Commit
30a40f58
authored
Mar 04, 2020
by
Sebastian Höffner
Browse files
Adding colliders for containment.
parent
db946c00
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Assets/DLU/Scenes/Kitchen.unity
View file @
30a40f58
This diff is collapsed.
Click to expand it.
Assets/DLU/Scripts/SemanticBehaviours/DesignedContainer.cs
View file @
30a40f58
...
...
@@ -6,7 +6,7 @@ namespace dlu
public
class
DesignedContainer
:
SemanticBehaviour
{
public
List
<
Collider
>
containment
Area
;
public
List
<
Collider
>
containment
Parts
;
public
DesignedContainer
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment