Skip to content

Commit

Permalink
[OGSMOD-2399] Add new linestyle usda file. (PixarAnimationStudios#206)
Browse files Browse the repository at this point in the history
Description of Change(s)
Add new linestyle usda files.
  • Loading branch information
PierreWang committed Jan 17, 2023
1 parent 5dfe188 commit 47855bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ def Xform "Linear" {
uniform token style = "patterned"
rel material:binding = </LineMat1>
float period = 150
float scale = 0.05
bool screenSpacePattern = false
int[] curveVertexCounts = [7]
point3f[] points = [(0, 0, 0), (10, 10, 0), (10, 20, 0), (0, 30, 0), (-10, 40, 0), (-10, 50, 0), (0, 60, 0)]
float scale = 0.5
bool screenSpacePattern = true
int[] curveVertexCounts = [3, 4, 4]
point3f[] points = [(0, 0, 0), (10, 10, 0), (10, 20, 0), (0, 30, 0), (-10, 40, 0), (-10, 50, 0), (0, 60, 0), (10, 70, 0), (10, 80, 0), (0, 90, 0), (-10, 100, 0)]
float[] widths = [5] (interpolation = "constant")
normal3f[] normals = [(1, 0, 0)] (interpolation = "constant")
color3f[] primvars:displayColor = [(1, 0, 0)]
Expand Down

0 comments on commit 47855bd

Please sign in to comment.