MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Position

Function Position

Source/Engine/Graphics/Models/MeshAccessor.h:195–198  ·  view source on GitHub ↗

Access stream with vertex position attribute.

Source from the content-addressed store, hash-verified

193
194 // Access stream with vertex position attribute.
195 FORCE_INLINE Stream Position()
196 {
197 return Attribute(VertexElement::Types::Position);
198 }
199
200 // Access stream with vertex color attribute.
201 FORCE_INLINE Stream Color()

Callers 3

UpdateMeshMethod · 0.85
ComputeNormalsMethod · 0.85
UpdateMeshMethod · 0.85

Calls 1

AttributeClass · 0.85

Tested by

no test coverage detected