Unity3d_Cut\Clipping sphere\CSG(boolean)(裁剪模型重合部分)总结

news/2024/11/26 1:22:36/

1、https://liu-if-else.github.io/stencil-buffer's-uses-in-unity3d/

下载:https://github.com/liu-if-else/UnityStencilBufferUses

 2、手动切割

Unity 模型切割工具,CSG,任意图案,任意切割_unity csg_唐沢的博客-CSDN博客

3、 Shader

Unity Shader学习:裁切效果_ZzEeRO的博客-CSDN博客

 4、Cross Section Shader 

下载:https://github.com/Dandarawy/Unity3DCrossSectionShader

 5、pb_CSG

下载:GitHub - karl-/pb_CSG: A C# port of CSG.js by Evan W (http://evanw.github.io/csg.js/).

    

 6、Unity3D-Plane-Clipping

下载:GitHub - firtoz/Unity3D-Plane-Clipping: Plane clipping shaders for Unity3D 5. Extends the Standard shader!

 

 7、创建遮罩模型的框的着色器

[Unity] モデルをマスクするボックスを作るシェーダ - Qiita

8、Per-Object Clipping Planes Shader 

 Per-Object Clipping Planes Shader in Unity3D 5 - Firtoz

 9、Cross section shader troubles

Question - Cross section shader troubles - Unity Forum

 10、Clipping

Clipping Primitive - MRTK3 | Microsoft Learn

下载:https://github.com/microsoft/MixedRealityToolkit-Unity

 11、shader : Section

https://www.youtube.com/watch?v=AhC6ueyny2I

下载:http://www.shaderslab.com/demo-45---section.html

【Unity】プリミティブカットシェーダを導入する - コガネブログ

 12、UModeler Manual

Boolean Tool — Unity UModeler Manual documentation

13、RayMarching Shader

RayMarching Shader pt.2 (Boolean Operators) – Coster-Graphics

 

 14、CSG

https://realtimecsg.com/documentation/index.html

 15、MUDBUN

MudBun - Long Bunny Labs

 

 16、擦除重叠物体的shader

【Unity】オブジェクトが重なっている部分を消すシェーダを導入する - コガネブログ

http://www.shaderslab.com/demo-16---pit-an-object-with-stencil-buffer.html

 17、ShaderGraph

【Unity/ShaderGraph】CADライクな断面表示 - Qiita

 18、CutMaskShader

異空間から転送されてきたように演出するマスクシェーダ - e.blog

下载:GitHub - edom18/CutMaskShader

 19、ブーリアン演算 - Wikipedia

Unity でスクリーンスペースのブーリアン演算をやってみた - 凹みTips

下载:https://github.com/hecomi/UnityScreenSpaceBoolean

19、Cull rendering between camera and stencil mask

Cull rendering between camera and stencil mask - Unity Forum

 

20、オブジェクトが重なった部分をくり抜く

【Unityシェーダ入門】オブジェクトが重なった部分をくり抜く - おもちゃラボ

 21、My take on shaders: Spherical mask dissolve

My take on shaders: Spherical mask dissolve – Harry Alisavakis

 

 22、shader: Clip裁剪显示

unity3d:shader: Clip裁剪显示_四夕立羽的技术博客_51CTO博客

 23、Cut plane

https://www.youtube.com/watch?v=81q4lb2keOI

下载:GitHub - rcm4/Unity-CutPlane

 24、Clipping Effect Using Shaders In Unity3D | Speed Code

https://www.youtube.com/watch?v=GaNVrRRdqbY

下载:https://github.com/javidshaikhf/ClippingEffect-Shader

 25、ezy-slice

https://github.com/DavidArayan/ezy-slice

 26、crossSection

crossSection | VFX Shaders | Unity Asset Store

27、Clipping a Model with a Plane

Clipping a Model with a Plane | Ronja's tutorials

 

 28、Unity clipping shader tricks

https://www.youtube.com/watch?v=IicsU0hRx1E

下载:https://github.com/BLINDED-AM-ME/UnityAssets

29、Cross section shader for box bounding using amplify Shader

 https://stackoverflow.com/questions/58230945/cross-section-shader-for-box-bounding-using-amplify-shader

 30、Advanced dynamic hole in unity

https://www.youtube.com/watch?v=rHQZBPZTT7g

GitHub - thisistz/Dynamic-Hole: A realtime adjustable hole in Unity

 

 31、CSG – Constructive Solid Geometry

Constructive Solid Geometry | tizis devlog

 32、Realtime CSG

https://assetstore.unity.com/packages/tools/modeling/realtime-csg-69542

 33、

其他:

1、GitHub - karl-/pb_CSG: A C# port of CSG.js by Evan W (http://evanw.github.io/csg.js/).

2、Boolean 3D Models for Free - Download Free 3D · Clara.io

3、GitHub - thisistz/Dynamic-Hole: A realtime adjustable hole in Unity

4、https://www.youtube.com/watch?v=yECDO_l00rs

5、https://twitter.com/Cyanilux/status/1406202741018464257

6、https://twitter.com/TheMirzaBeig/status/1654067009162731520?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1654067009162731520%7Ctwgr%5E319e52698623e556aaa75fd3218dc802eddfad49%7Ctwcon%5Es1_&ref_url=https%3A%2F%2F80.lv%2Farticles%2Fa-cool-method-for-slicing-meshes-in-unity%2F


http://www.ppmy.cn/news/426956.html

相关文章

动态规划III (买股票-121、122、123、188、309)

CP121 买股票的最佳时机 题目描述: 给定一个数组 prices ,它的第 i 个元素 prices[i] 表示一支给定股票第 i 天的价格。你只能选择 某一天 买入这只股票,并选择在 未来的某一个不同的日子 卖出该股票。设计一个算法来计算你所能获取的最大利…

【数据请求篇】Fetch 包装器 Mande

一、Fetch Fetch 是 ES6 提出的一套用于进行前后端交互的工具,被称为下一代 Ajax 技术,是 XMLHttpRequest 的升级版,用于在 JavaScript 脚本里面发出 HTTP 请求,采用 Promise 方式来处理数据。API 简洁明了,并且提供了…

继续教育统考英语计算机监考严吗,网络教育统考监考严吗

网络教育统考监考严吗?其实这个问题只要是好好复习考试的考生来说都是没有多大的问题的,但是可能对于很多人来说更没有时间复习,那么我们就来聊聊网络教育统考监考难不难以,及网络教育作弊的几率高不高的问题。 网络教育统考监考严吗 网络教…

软件工程专业的论文答辩_软件工程专业论文答辩一般都会问些什么问题啊?(我们老师没联系过我们,什么都不知道)?...

上去把你自己做的PPT从头到尾演示一遍,讲一讲,这时候就看老师的个人了 一、如果该答辩组组长(主要发问的人)是你的导师,那你爽了,(答辩前要和老师交流交流,和其他人请老师吃顿饭)老师就问一两个表面问题,根…

郑州大学远程教育计算机统考难吗,网络教育统考监考严吗?各科目考试难度怎么样?...

当今社会无论在哪一个岗位,学历都很重要,但是对于报考的人来说,大部分人都会关心网络教育统考监考严不严的问题,也有关心网络教育统考各科目考试难度等等。在这里小编给大家介绍一下相关的情况,也方便大家在报考的时候…

最优化问题之物料分割

最优化问题之物料分割 背景知识建模过程参考文献 背景知识 物料切割是把原材料按企业要求进行加工,力求减少余料的损失,加工的第一步便是对原材料进行分割,现如今,这一步通常由计算机来完成,有定义如下: &…

西工大NOJ数据结构理论——018.建立二叉树的二叉链表(严6.65)

刚点开这道题以后,我的反应是: 1.打开老师发的PPT:DS-Chap6,然后翻到第70页; 2.跟着图解,自己照着画了三四遍(其实是抄了三四遍; 3.然后自己出了一个比较简单的题: 先…

Unity 中文不显示问题

当需要在Unity中具有中文UI的时候,会遇到中文不显示,取而代之的是□。这是由于默认字体不支持中文,或者中文字体不包含中文字符编码库。 中文显示□ 修复后 解决方法之一,高效方法,以TextMeshPro为例: 在网…