godot 之前都是主要使用它的 2d 功能,最近创建 3d 场景时遇到一个问题, 无法正确改变复制出来的物体的颜色,我们来看一下如何解决
继续阅读声音是电子游戏重要的一环, godot 自然也会涉及到,今天我们看一下如何播放声音
继续阅读最近又开始玩 godot engine ,遇到了一个问题: get_node 无法通过绝对路径获取相邻节点
继续阅读DOSBox 是我们重温 DOS 游戏的好帮手,但是不可否认 DOS 游戏的画面已经落后很多了,DOSBox 也为我们提供了一些 scaler 滤镜来增强图形效果,但是在一些 VGA 游戏中,似乎 scaler 滤镜这个 设定是无效的,今天我们来看一下如何为 dos 游戏启用 scaler 滤镜
继续阅读
Recently (2018-11-04) this site looked somewhat weird, the article summary was truncated by
word count, not by the more
tag in org mode
Recently (2018-11-04) this site looked somewhat weird, the article summary was truncated by
word count, not by the more
tag in org mode
11 月 4 日时,注意到自己的博客显示得有些奇怪,仔细检查了下发现是 read more 有问题,似乎是 more
标记
不起作用,read more 还是依照字数截断,目前看来 0.51 也没有修复这个问题
最近尝试在 VirtualBox 上安装 FreeDOS 遇到了 Invalid Opcode 刷屏,记录一下,简单说, 这是一个 VirtualBox 的 bug,可以通过修改安装参数规避
继续阅读
我一直认为 虚拟机 应该是日常使用电脑的一项基本技能,因为我作为一个电脑菜鸟时,
经常会有这样的担心:这样搞会不会搞坏或搞乱现在的系统?于是变得畏手畏脚。
而虚拟机正是我们解放手脚的一个重要手段——你可以随意在虚拟机上做任何事而不必担心搞坏任何东西,
虚拟机只是你电脑中的几个文件而已。在虚拟机上还原或安装新系统都很方便,而且微软还为我们提供了
可以免费使用 90 天的 Windows 虚拟机,我们只需要首次开机前做好快照,到期后使用 slmgr /rearm
来延长使用,不能延长时,就恢复到首次开机前的快照即可,不过微软提供的这些虚拟机是英文版的系统,
我们需要一些额外操作才能使它支持简体中文。本文就来介绍下如何将英文版 win7 修改为简体中文
We could access our VirtualBox VM guest locally with ease, but what if the VM guest is remotely located, this post will show us 2 ways to access remote Windows VM guest and how to copy files between local machine and remote VM guest
继续阅读We could access our VirtualBox VM guest locally with ease, but what if the VM guest is remotely located, this post will show us 2 ways to access remote Windows VM guest and how to copy files between local machine and remote VM guest
继续阅读本文比较了两种远程连接 VirtualBox Windows 虚拟机的方法, 介绍了如何使用远程桌面向虚拟机复制文件
继续阅读使用 CMake、VS 2015 来编译 gtest 时,发现 RelWithDebInfo 配置下,输出目录并没有生成包含编译信息的 pdb 文件, 我们看看这个问题能不能解决
继续阅读