Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RaymarchingQuadMeshCreator #10

Merged
merged 1 commit into from Jul 14, 2018
Merged

RaymarchingQuadMeshCreator #10

merged 1 commit into from Jul 14, 2018

Conversation

gam0022
Copy link
Owner

@gam0022 gam0022 commented Jul 14, 2018

CommandBufferを使わずに画面全体にレイマーチングを行うためのMeshの作成ツール。

通常のQuadのMeshだと、Frustum Cullingされてしまうので、
BoudingBoxを巨大にしてFrustum Cullingを無効にしたQuadをAssetとして保存するようにした。

このRaymarching用のQuadは静的に生成できるので、MeshRendererで普通に描画できるし、スクリプトによる制御も不要。

@gam0022 gam0022 merged commit bb7459e into master Jul 14, 2018
@gam0022 gam0022 deleted the raymarching-quad-mesh branch July 14, 2018 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant