Skip to content

Since Meta Spark don't have ability to add outline to 2D Text component, i've created a workaround to add outline through render pass

Notifications You must be signed in to change notification settings

syedzaquan/meta-spark-text-outline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Meta Spark Text Outline

Since Meta Spark does not offer the capability to directly apply outlines to 2D Text components, I have implemented a workaround by incorporating an outline through a render pass.

Example:

example

Overview:

overview

Requirements:

  1. Sobel Filter Patch
  2. Tritone Color Patch

Scene

Before we begin, make sure you have the following object in the scene:

└─── Face Tracker
            ├───3D Text (z-index scale: 0)
            └───Canvas
                       └───Rectangle (Full width, full height) - This rectangle will act as the displayed text on screen output

Materials

1. hidden (assign to 3D Text) 2. outline (assign to Rectangle)

Options for hidden materials Options for outline materials
hidden-materials outline-materials

Options

1. Change outline color and text color
outline-color

  • Highlight and Midtone Color: Text color
  • Shadow Color: Outline color

2. Change outline thickness
outline-width

  • X: X axis thickness
  • Y: Y axis thickness

About

Since Meta Spark don't have ability to add outline to 2D Text component, i've created a workaround to add outline through render pass

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published