You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rfcs/RFC Feature - USD in the Scene Pipeline.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -505,9 +505,10 @@ For our initial deliverable, we will generate basic O3DE physically based render
505
505
506
506
However, the options for shaders and materials from USD files are much bigger than that. As we wrap up our first set of work to support USD, we'll want to start planning what a more fully featured material and shader pipeline from USD files could look like.
507
507
508
-
Extra USD Properties and O3DE Components
508
+
509
+
USD Property -> O3DE Component Converter
509
510
------------------------------
510
-
Allow developers to read generic scene information, and inject custom components into the procedural prefabs generated by importing USD files. O3DE would ship with built-in components.
511
+
Allow developers to read generic scene information, and inject custom components into the procedural prefabs generated by importing USD files.
511
512
1. Update Assimp to output USD property data
512
513
1. Assimp::Scene root "kitchen"
513
514
1. child 01
@@ -518,10 +519,8 @@ Allow developers to read generic scene information, and inject custom components
518
519
5. NEW: Other user data/properties/overrides
519
520
520
521
1. O3DE scene system already supports storing generic info into each scene node
522
+
1. Provide developers with a way to add to the procedural prefabs recipe, one example we could ship with is an editor component for variant selection dropdown. It allow designers to select from a list of available variants from within the editor when a variant set is included in a USD
521
523
522
-
Editor Variant Selection Dropdown
523
-
------------------------------
524
-
Allow designers to select from a list of available variants from within the editor when a variant set is included in a USD
525
524
526
525
Convert O3DE prefabs to USD files
527
526
---------------------------------
@@ -533,7 +532,7 @@ This is something that could be looked at long term.
533
532
FAQ
534
533
===
535
534
536
-
Why not stop after phase 2: just treat USD like other formats, flatten everything, and then generate product assets?
535
+
Why not just treat USD like other formats, flatten everything, and then generate product assets?
0 commit comments