Tag:Texture of material
-
three. Use of JS
Take creating a cube as an example install Install three: NPM I three use quote Three and the camera control orbitcontrols included in three are introduced to control the camera: Initialize scene Scene: all three things in the scene.Camera: when using the perspective camera, pay attention to adjusting the parameters, otherwise you will not see […]
-
Ugui learning notes rich text
Official documents:Rich Text 1、 What is rich text Rich text allows text to contain a variety of font styles and font sizes. In addition to being used in the UI, it can also be used in debug Log function is used to help check errors. (Text) (Debug.log) 2、 How to use Through HTML like […]
-
I only used three steps to achieve a realistic 3D scene rendering
How many steps does it take to render both texture and realistic material effects to 3D models and environmental scenes? Obviously, the current 3D model material rendering technology can not realize the standardized operation that can be done in a few steps to quantify. To complete a qualified 3D model rendering, generally: 1、Prepare a rich […]
-
Unreal: Dynamic load map from Pak file
Unreal: Dynamic load map from Pak file Objective: load the custom Pak file when the program is running, and open the specified level to display the complete map content Unreal’s Pak file includes objects, materials, blueprint, map and so on. Level is saved as a map. Firsr of all, Pak related debugging needs to be […]
-
Redshift review
Diffuse color controls the color. The higher the weight, the brighter the color. Refraction, this value can produce a highlighted area, or it can be weakened by roughness. The refraction type GGX, etc. seems to have a corresponding reflection type for metals. When making frosted glass, you can make frosted glass through roughness. Refraction can […]
-
Bing dwen dwen, the mascot of Beijing Winter Olympics, is open source.
Bing dwen dwen, the mascot of Beijing Winter Olympics, is open source. Bing dwen dwen, the mascot, was successfully opened at the opening of the Winter Olympic Games. Bing dwen dwen’s cute panda image has been robbed of the ice cube pier solid doll and key chain. Many netizens call for the “hard to get” […]
-
[ugui source code analysis] detailed interpretation of mask of unity mask
Mask, as the name suggests, is a control that can mask other elements. It is often used to modify the appearance of other elements or limit the shape of elements. For example, Scrollview or round head effect can be used to mask. This series of articles hope to explore the implementation principle of masks by […]
-
Cesium development advanced chapter | 02 material setting
Whether the spatial geometric data is added through entity class or primitive class, cesium provides corresponding methods or material related classes to modify materials. Before explaining material settings, let’s briefly introduce what materials are. The more superficial understanding is that the material can be any kind of shading on the surface of geometric objects (cesium. […]
-
Three. JS Learning Planning
Learning objectives Be familiar with and master three The basic concepts in JS mainly include scene, camera, light, renderer, object, geometry, material, animation, auxiliary object, loader, controller, etc. it is required to realize some simple 3D pages. Familiar with three The examples in JS project are required to be able to correspond the implementation effect […]
-
Unity mobile game project optimization record
preface Game optimization can start from various angles, such as rendering, logic, memory, IO, GC, power consumption, etc. non optimized games often have problems in every aspect, which need to be found out and solved one by one. This article will share the problems I encountered in the project, optimization methods, tools used, etc. 1、 […]
-
Unity3d project optimization – CPU
What is drawcall? In short, it is actually a call to the interface of the underlying graphics program (such as OpenGL es) to draw things on the screen. So who calls these interfaces? CPU。What is fragment? It is often said that VF is a term in which V stands for vertex, that is, we all […]
-
Discovery live | 3D “modeling” technologist, restoring the three-dimensional world — Exploring 3D modeling services
Reconstruct a three-dimensional realistic 3D object model from multiple ordinary photos, which was once realized by imagination. Now, it can be realized by using HMS core 3D modeling service! As the twin of objects in the digital world, 3D model can be used by usersShoot, model and feel directly at the terminalAnd even interact with […]