Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #10 from PoChang007/restore_vrmviewer_0.xx
Browse files Browse the repository at this point in the history
Restore vrmviewer 0.xx
  • Loading branch information
ousttrue authored Aug 28, 2020
2 parents 571a199 + 5488b31 commit 1d29599
Show file tree
Hide file tree
Showing 755 changed files with 4,355 additions and 59,829 deletions.
6 changes: 4 additions & 2 deletions Assets/GridStage/GridGround.shader
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Upgrade NOTE: upgraded instancing buffer 'Props' to new syntax.

// Upgrade NOTE: upgraded instancing buffer 'Props' to new syntax.

Shader "Custom/GridGround" {
Properties {
_Color ("Color", Color) = (1,1,1,1)
Expand Down Expand Up @@ -34,9 +36,9 @@ Shader "Custom/GridGround" {
// Add instancing support for this shader. You need to check 'Enable Instancing' on materials that use the shader.
// See https://docs.unity3d.com/Manual/GPUInstancing.html for more information about instancing.
// #pragma instancing_options assumeuniformscaling
UNITY_INSTANCING_CBUFFER_START(Props)
UNITY_INSTANCING_BUFFER_START(Props)
// put more per-instance properties here
UNITY_INSTANCING_CBUFFER_END
UNITY_INSTANCING_BUFFER_END(Props)

half getLattice(float3 worldPos, float scale, float lineWidth)
{
Expand Down
5 changes: 3 additions & 2 deletions Assets/GridStage/GroundTexture.mat
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: GroundTexture
m_Shader: {fileID: 4800000, guid: a4022e67bc5e1ad4a9383addff2f421a, type: 3}
m_ShaderKeywords: _EMISSION
Expand Down
9 changes: 0 additions & 9 deletions Assets/VRM.meta

This file was deleted.

9 changes: 0 additions & 9 deletions Assets/VRM/DepthFirstScheduler.meta

This file was deleted.

9 changes: 0 additions & 9 deletions Assets/VRM/DepthFirstScheduler/Editor.meta

This file was deleted.

9 changes: 0 additions & 9 deletions Assets/VRM/DepthFirstScheduler/Editor/Tests.meta

This file was deleted.

24 changes: 0 additions & 24 deletions Assets/VRM/DepthFirstScheduler/Editor/Tests/DepthFirstScheduler.cs

This file was deleted.

This file was deleted.

192 changes: 0 additions & 192 deletions Assets/VRM/DepthFirstScheduler/Functor.cs

This file was deleted.

12 changes: 0 additions & 12 deletions Assets/VRM/DepthFirstScheduler/Functor.cs.meta

This file was deleted.

31 changes: 0 additions & 31 deletions Assets/VRM/DepthFirstScheduler/IEnumeratorExtensions.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Assets/VRM/DepthFirstScheduler/IEnumeratorExtensions.cs.meta

This file was deleted.

21 changes: 0 additions & 21 deletions Assets/VRM/DepthFirstScheduler/LICENSE

This file was deleted.

8 changes: 0 additions & 8 deletions Assets/VRM/DepthFirstScheduler/LICENSE.meta

This file was deleted.

Loading

0 comments on commit 1d29599

Please sign in to comment.