The sharing video of Unity Japan meetup 2019 was flashed on Youtube. The sharing of ShaderGraph is very good. Follow me to learn. Foreword: ShaderGraph energy shield (I): contact surface detection and edge illumination Shader mainly includes the following contents: contact surface detection, edge illumination, UV disturbance and map blending space distortion (or ……

Recently, I am interested in SteamVR media player and simply record its technical details and implementation method (by the way, see how it is different from the player I have worked on before). Previous article: Analysis of SteamVR media player (I): Brief introduction to UI rendering and user interaction File browser does not use much, and file access is based on C # System IO, drag external media play based on win32 Native ……

Previously, separate routers have been used to provide special network access for devices such as Quest. This time, it is changed to bypass gateways (some call them bypass routes), so as to solve problems such as different network segments and limited LAN bandwidth. For the old access, I have two home routers. One is the WAX206 (Router A) I bought a while ago, and the other is the Xiaomi Router Pro (Router B) I bought a long time ago. The connected equipment is as follows: ……

Recently, I am interested in SteamVR media player and simply record its technical details and implementation method (by the way, see how it is different from the player I have worked on before). This is the first note, which mainly describes the implementation of UI rendering and interactive event response of SteamVR media player. This article only discusses the rendering of UI. As for video 3D rendering, video 2D window image, file list, etc., subsequent articles ……

The last blog migration was in 2019. Now the originally purchased server expires, and the renewal price is sky high (6000+), so the server will be migrated again. Running environment The new server running environment is still organized in the form of a Docker container, but the Docker Compose.yml is changed from an existing DNMP to a Docker Compose written by yourself. Container still ……

It has been nearly a month since I bought Quest3 from Amazon. com in Japan. As a (self claimed) senior VR player, I have used it for two or three weeks with high intensity. I would like to give a brief comment on this machine. Good 1. The optical module and the screen color are also Pancake lenses. Compared with the competing products, Meta should have deeply optimized the light path. The optical glare and ghost in the Quest 3-in-1 machine are very slight. For Pancake ……

In the process of using Jellyfin, I once encountered the problem of subtitle rendering errors. Start with the source code, simply analyze the cause of the problem, and provide a simple solution. Pre knowledge subtitles can be simply divided into hard subtitles, built-in subtitles and external subtitles. The habitual name only represents the personal opinion within the scope of Zimiao's haunting blog (azimiao. com). When hard caption is suppressed, the image of the caption is directly rendered on the video image. built-in ……

In order to improve the quality and bandwidth of the WIFI connection, we bought a networking device WAX206 as a wireless hotspot. At present, I have been using OpenWrt for more than a month. I simply record the process of compiling OpenWrt and the experience of using it. Why did you buy it and replace it with a 2.5G switch? In order not to waste the switch port, you want to replace the millet router Pro and K2P that have been used for a long time, so you look for a wireless router with a 2.5G interface. According to the mushroom ……

Use leaflet in react through react leaflet. When dynamically modifying the popup content, it is found that the size (width and height) of the popup does not change with the modified content. There is a default small size Popup with a button in it. After clicking the button, the content in the Popup will be replaced with large size content. The brief logic is as follows:<Pop ……

Using react draft wysiwyg with the new version of React development, it is found that the toolbar (Toolbar) to add pictures, add emoticons, add images, text drop-down list and other clicks are invalid. The phenomenon uses the React project created by the new version of Create React App, and introduces the react draft wysiwyg as the text editor. Page Run ……

You want to display the Android interface in Unity, but do not want to export the Unity project for editing in Android Studio, so explore the method of exporting activity to AAR package, compiling and packaging with Unity. Description This article describes how to package multiple Acts including Android Activity through Unity Editor ……