Merge branch 'PreSkinningVertexPosMoreClear' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-PreSkinningVertexPosMoreClear
This commit is contained in:
@@ -584,10 +584,11 @@ namespace FlaxEditor.Surface.Archetypes
|
||||
new NodeArchetype
|
||||
{
|
||||
TypeID = 13,
|
||||
Title = "Pre-skinned Local Position",
|
||||
Title = "Pre-skinning Local Vertex Pos",
|
||||
Description = "Per vertex local position (before skinning)",
|
||||
AlternativeTitles = new[] { "Vertex Position", "Pre skinning Local Vertex Pos" },
|
||||
Flags = NodeFlags.MaterialGraph,
|
||||
Size = new Float2(230, 40),
|
||||
Size = new Float2(270, 40),
|
||||
Elements = new[]
|
||||
{
|
||||
NodeElementArchetype.Factory.Output(0, string.Empty, typeof(Float3), 0),
|
||||
@@ -596,10 +597,11 @@ namespace FlaxEditor.Surface.Archetypes
|
||||
new NodeArchetype
|
||||
{
|
||||
TypeID = 14,
|
||||
Title = "Pre-skinned Local Normal",
|
||||
Title = "Pre-skinning Local Normal",
|
||||
Description = "Per vertex local normal (before skinning)",
|
||||
AlternativeTitles = new[] { "Pre skinning Local Normal" },
|
||||
Flags = NodeFlags.MaterialGraph,
|
||||
Size = new Float2(230, 40),
|
||||
Size = new Float2(270, 40),
|
||||
Elements = new[]
|
||||
{
|
||||
NodeElementArchetype.Factory.Output(0, string.Empty, typeof(Float3), 0),
|
||||
|
||||
Reference in New Issue
Block a user