OpenGL画一个圆

作者:追风剑情 发布于:2019-6-2 9:56 分类:OpenGL

一、首先确保已经通过NuGet安装了nupengl 二、解决方案平台设置为x64 因为在x86下要报错,未找到原因 三、写示例代码 #include <GL/freeglut.h> //运行发布出来的exe时,不再显示dos窗口,但在VS中运行还是会显示。 #pragma comment(lin...

阅读全文>>

标签: OpenGL

评论(0) 浏览(2681)

Visual Studio 2017配置OpenGL

作者:追风剑情 发布于:2019-6-2 8:58 分类:OpenGL

参见 https://www.cnblogs.com/junjunjun123/p/8609159.html 1、安装nupengl (此包集成了OpenGL、FreeGLUT、GLFW、GLEW) 2、运行测试代码 #include <windows.h> #include <GL/gl.h> ...

阅读全文>>

标签: OpenGL

评论(0) 浏览(4003)

OpenGL简介

作者:追风剑情 发布于:2019-6-1 10:05 分类:OpenGL

OpenGL是一组图形硬件的一种软件接口。 OpenGL体系结构审核委员会(ARB, OpenGL Architecture Reiview Board)。 OpenGL的姊妹API——OpenGL ES OpenGL是跨平台和可移植的,并且几乎现有的所有3D硬件设备都有对应的OpenGL驱动。 OpenGL 3.0仍然兼容Open GL 2.1 OpenGL 3.1从核心规范中移...

阅读全文>>

标签: OpenGL

评论(0) 浏览(9536)

瓦片地图(Tilemap)

作者:追风剑情 发布于:2019-5-31 14:51 分类:Unity3d

一、准备精灵(sprite)素材 右键->Create->Sprites 二、创建Tile 右键->Create->Tile 三、创建Tile调色板(Tile Palette) Window->Tile Palette Pixels Per Unit...

阅读全文>>

标签: Unity3d

评论(0) 浏览(6905)

PingPong缓动

作者:追风剑情 发布于:2019-5-30 10:46 分类:Unity3d

示例 using System.Collections; using System.Collections.Generic; using UnityEngine; /// <summary> /// PingPong缓动 /// </summary> public class TweenPingPong : MonoBehaviour { public Vect...

阅读全文>>

标签: Unity3d

评论(0) 浏览(3681)

鼠标控制物体缩放&旋转

作者:追风剑情 发布于:2019-5-29 11:10 分类:Unity3d

示例 using System.Collections; using System.Collections.Generic; using UnityEngine; /// <summary> /// 鼠标控制物体缩放&旋转 /// 注意:某些软件会造成按键冲突 /// </summary> public class MouseSca...

阅读全文>>

标签: Unity3d

评论(0) 浏览(14583)

脚本设置屏幕分辨率

作者:追风剑情 发布于:2019-5-29 10:59 分类:Unity3d

示例 using System.Collections; using System.Collections.Generic; using UnityEngine; public class ScreenResolution : MonoBehaviour { [Header("分辨率")] public int width = 1920; pub...

阅读全文>>

标签: Unity3d

评论(0) 浏览(3978)

编辑Mesh顶点坐标

作者:追风剑情 发布于:2019-5-28 13:55 分类:Unity3d

场景截图 using System.Collections; using System.Collections.Generic; using UnityEngine; [ExecuteInEditMode] [RequireComponent(typeof(MeshFilter))] public class MeshVertexEditor :...

阅读全文>>

标签: Unity3d

评论(0) 浏览(4608)

禁止屏幕睡眠

作者:追风剑情 发布于:2019-5-28 10:42 分类:Unity3d

private void Awake() { //防止屏幕变暗 Screen.sleepTimeout = SleepTimeout.NeverSleep; //用系统设置 //Screen.sleepTimeout = SleepTimeout.SystemSetting; }

阅读全文>>

标签: Unity3d

评论(0) 浏览(3403)

yield return

作者:追风剑情 发布于:2019-5-28 10:31 分类:Unity3d

using System.Collections; using System.Collections.Generic; using UnityEngine; public class WaitTest : MonoBehaviour { public int frame; void Start () { StartCoroutine(Wait...

阅读全文>>

标签: Unity3d

评论(0) 浏览(3187)

UnityEngine.UI.VertexHelper

作者:追风剑情 发布于:2019-5-27 17:31 分类:Unity3d

示例:自定义UI几何图形 using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class VertexHelperTest : MonoBehaviour { public MeshFilter me...

阅读全文>>

标签: Unity3d

评论(0) 浏览(4124)

UnityEngine.Event

作者:追风剑情 发布于:2019-5-27 13:18 分类:Unity3d

监听键盘按键 private void OnGUI() { Event e = Event.current; if (e != null && e.isKey) { // Esc键 if (e.keyCode == KeyCode.Escape) { Application.Quit(); } } }

阅读全文>>

标签: Unity3d

评论(0) 浏览(12077)

物体沿贝塞尔曲线运动

作者:追风剑情 发布于:2019-5-23 21:45 分类:Unity3d

一、新建场景,如图 TrackDraw.cs using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 在场景中显示轨迹 /// [ExecuteInEditMode]...

阅读全文>>

标签: Unity3d

评论(0) 浏览(4346)

激活Windows 10

作者:追风剑情 发布于:2019-5-13 13:50 分类:其他

参考 https://baijiahao.baidu.com/s?id=1620924952478049508&wfr=spider&for=pc 在CMD中依次输入下面命令

阅读全文>>

评论(0) 浏览(4397)

利用BlendShape制作变形动画

作者:追风剑情 发布于:2019-5-10 21:37 分类:Unity3d

一、在Maya中利用混合变形器创建BlendShape 1、创建一个几何体,并复制一份 2、选中两个几何体(即,变形体和目标物体),并打开【创建混合变形选项】面板。 观察右侧属性编辑器 3、选中目标物体,导出为FBX文件,并导入到Unity工程中。 4、改变change.pCone1...

阅读全文>>

标签: Unity3d

评论(0) 浏览(5058)

UnityEngine.Video.VideoPlayer

作者:追风剑情 发布于:2019-5-7 21:59 分类:Unity3d

官方文档 https://docs.unity3d.com/ScriptReference/Video.VideoPlayer.html https://docs.unity3d.com/Manual/class-VideoClip.html 示例:在Plane上播放电影 导入一个电影文件,新建一个材质,新建一个RenderTexture。如图 ...

阅读全文>>

标签: Unity3d

评论(0) 浏览(5845)

EditorGUILayout.Toggle()

作者:追风剑情 发布于:2019-5-7 11:47 分类:Unity3d

示例 using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; public class GUIStyleWindow : EditorWindow { private bool group = true; priva...

阅读全文>>

标签: Unity3d

评论(0) 浏览(7760)

手动为角色绑定IK动画

作者:追风剑情 发布于:2019-5-6 20:43 分类:Unity3d

[官方文档] 反向动力学 可在 Mecanim 中用于已正确配置的任何人形Avatar骨骼。 一、导入角色模型,并进行设置 二、创建两个空对象IK_LeftHand、IK_RightHand用来对左右手部进行定位。 三、创建AnimatorController并创建一个空动画 启用IK Pa...

阅读全文>>

标签: Unity3d

评论(0) 浏览(3187)

ConditionalAttribute

作者:追风剑情 发布于:2019-5-6 18:13 分类:C#

示例:除非定义了相应的宏,否则忽略方法调用 #define TOOL_B using System; using System.Diagnostics; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApp1 { class Pr...

阅读全文>>

标签: C#

评论(0) 浏览(2654)

摄像机震动效果

作者:追风剑情 发布于:2019-5-5 20:12 分类:Unity3d

示例 using System.Collections; using System.Collections.Generic; using UnityEngine; public class CameraShake : MonoBehaviour { private Transform ThisTransform = null; public float...

阅读全文>>

标签: Unity3d

评论(0) 浏览(3200)

Photon游戏通用服务器

作者:追风剑情 发布于:2019-4-25 16:42 分类:Unity3d

Photon SDK https://www.photonengine.com/zh-CN/PUN Photon Server https://vibrantlink.com/ 光子资源下载 https://vibrantlink.com/resource-links/ 如何在PUN中设置中国区域 光子云与光子服务器差异 三类服务器 Mast...

阅读全文>>

标签: Unity3d

评论(0) 浏览(7040)

Timeline

作者:追风剑情 发布于:2019-4-24 11:28 分类:Unity3d

官方文档 Timeline SignalTrack SignalAsset SignalEmitter SignalReceiver PlayableDirector 安装 Timeline [Window]->Package Manager 在 Unity Registry 中找到 Timeline 并安装。 Timeline窗口 ...

阅读全文>>

标签: Unity3d

评论(0) 浏览(2912)

Powered by emlog  蜀ICP备18021003号-1   sitemap

川公网安备 51019002001593号