Pinned Loading
-
3x3 Rotation matrix with an angle an...
3x3 Rotation matrix with an angle and an arbitrary vector 1// Rotation with angle (in radians) and axis
2float3x3 AngleAxis3x3(float angle, float3 axis)
3{
4float c, s;
5sincos(angle, s, c);
-
-
-
UnityURP-MobileDrawMeshInstancedIndirectExample
UnityURP-MobileDrawMeshInstancedIndirectExample PublicForked from ColinLeung-NiloCat/UnityURP-MobileDrawMeshInstancedIndirectExample
Example project to draw 1million grass instances on mobile
C#
-
UnityURPToonLitShaderExample
UnityURPToonLitShaderExample PublicForked from ColinLeung-NiloCat/UnityURPToonLitShaderExample
A very simple toon lit shader example, for you to learn writing custom lit shader in Unity URP
HLSL
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.