SlideShare a Scribd company logo
Monogame Content Pipleline
practices
MINH NGUYEN
@LINKNODE JULY, 2016
Monogame Content Pipleline
Source
Asset
File
Content
Importer
Object
A
Content
Processor
Object
B
Content
Type
Writer
.XNB
File
Content
Type
Reader
Object
C
Your
Game
Build Time Run Time
.FBX
.MP3
.Font
….
.IFC
Fbx Importer (built-in)
MP3 Importer
Font Importer
….
BIM Importer
Model Processor (built-in)
MP3 Processor
Font Importer
….
BIM Model Processor
BIM Importer
Content
Importer
BIM
Importer
IFC Format
FBX Format
IFC  OBJ  FBX
BIM Model Processor
Content
Processor
Model
Processor
BIM Model
Processor
Model
Bones
Meshes
Root
Tag
Tag
BIM Model
Tag
Meshes Tag
[Vertices]
[Bim Attributes]
NULL
FBX Format
(X1, Y1, Z1), (X2, Y2, Z2), (X3, Y3, Z3)...
Wall_A (Name, Angle, Width, Height, …)
Roof_B (Name, Length, Structure, Comment…)
[Vertices]
[BIM Data]
BIM Model Content Type Writer / Reader
Content
Type Writer
XNB
Bones
Meshes
Root
Tag
Tag
[Vertices]
[Bim Attributes]
BIM Model
Ray Casting
Tap Ray Vector
For each Mesh in Model:
Check Ray Vector intersect Mesh?
Tap Ray Vector: (x, y, 0)  (x, y, 1)Tap position: (x, y)
Check if any triangle intersects with Ray vector?
Choose the Mesh which is closest
to the Ray intersectionMesh vertices (Mesh.Tag.Vertices)  Mesh triangles
Extract Bim Data (Mesh.Tag.BimData)
Demo - Q&A
MGCP GUI tool to select external extend DLL
UPAR App

More Related Content

PDF
Storytelling For The Web: Integrate Storytelling in your Design Process
PDF
2024 Trend Updates: What Really Works In SEO & Content Marketing
PPTX
3D Scanning & Reconstruction with Kinect
PPTX
WebGL - 3D programming
PPTX
SignalR tutorial & best practices
PPTX
Provider pattern practices
PPTX
Open Data practices
PPTX
Entity framework practices
Storytelling For The Web: Integrate Storytelling in your Design Process
2024 Trend Updates: What Really Works In SEO & Content Marketing
3D Scanning & Reconstruction with Kinect
WebGL - 3D programming
SignalR tutorial & best practices
Provider pattern practices
Open Data practices
Entity framework practices

Recently uploaded (20)

PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Machine learning based COVID-19 study performance prediction
PPTX
Machine Learning_overview_presentation.pptx
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
Cloud computing and distributed systems.
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Electronic commerce courselecture one. Pdf
PPTX
Big Data Technologies - Introduction.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Machine learning based COVID-19 study performance prediction
Machine Learning_overview_presentation.pptx
20250228 LYD VKU AI Blended-Learning.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Building Integrated photovoltaic BIPV_UPV.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Cloud computing and distributed systems.
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
MYSQL Presentation for SQL database connectivity
Chapter 3 Spatial Domain Image Processing.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
sap open course for s4hana steps from ECC to s4
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Unlocking AI with Model Context Protocol (MCP)
Electronic commerce courselecture one. Pdf
Big Data Technologies - Introduction.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Ad
Ad

Monogame Content Pipeline practices