Please enable JavaScript.
Coggle requires JavaScript to display documents.
Artbot, Acronyme, NameSpace - Coggle Diagram
Artbot
Tasks(Mono)(CompositePattern)
Detect Stable Plane
Capture image
Process it using OpenCV
Project it to world space
Create Two Meshes
Create Cutout For Stickman
CreateHeirarchy
WaitForToyTracking
Disable the Generated MagicalDrawingRoot
Enable Magical Drawing Root Object
Follow the magical Root object towards the toy.
Place it at the centroid of the detected mesh
Data
ImageProcessingTextureData(CS)
Texture2D OriginalTexture
Texture2D CapturedTexture
ProcessedCountourData(CS)
ScreenSpace
WorldSpace
OpenCVSpace
GeneratedMeshData(CS)
PaperMesh
Mesh
RootObject
Utility
MeshTessellator
VectorExtentions
MathExtensions
Factories
CreateStickman
CreateDrawing
Combined
MagicalDrawing(Mono)
StickMan(Mono)
Animator
ToyTransform
Follow
Shape(Mono)
Animator
ToyTransform
Follow
AudioManager
OneShot
Background
Toy(Mono)
Material
PlacementIndicator(Mono)
Acronyme
Monobehaviour
Mono
ScriptableObject
SO
Class
CS
Interface
I
NameSpace
App.ArtbotArtistic.UI
App.ArtbotArtistic.Model
App.ArtbotArtistic.Tasks
App.ArtbotArtistic.Data