Remove Render Remove Sprite Remove Tile
article thumbnail

How to render sprite as tiled in cocos creator?

Cocos

How to render sprite as tiled in cocos creator in c++?

Tile 40
article thumbnail

Cocos Shader Tutorial 1.0 - about UV

Cocos

By default, the 3D Shader of Cocos will multiply the tile Tilling and add the Offset, and it also supports the flip repair for RenderTexture. _pass = this.node.getComponent(Sprite).material.passes[0]; Use the water wave effect on the 3D meshes This is only for 3D planes with tiled UV Mapping. x,waveFactor.y-uv0.y); x) / x; v4_0.y

Shaders 98
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

D2 log 074 – New level format

Catnip Games

This gives me freedom in level design and saves work making tiles… tileable. I export the rendered terrain from Blender as a RGBA image but with alpha value set to depth. The graphics backend rewrite took a while. However, the situation is now good. Everything is just one big texture. So it’s RGBZ.

Terrain 52
article thumbnail

In Cocos 3.8.2: "vb of null" Error with Tiled Sprite and Dynamic SpriteFrame

Cocos

2D Renderable Components Batching Guidelines | Cocos Creator , Please increase the value of BATCHER2D_MEM_INCREMENT under Project Project Settings Macro Configurations for a try.

Tile 40
article thumbnail

D20 RPG – Board

The Liquid Fire

A lot of people asked about making 2D maps and how to use different types of tiles like water vs dirt. For this lesson I created a couple of simple images to use for tile maps. This asset will be sort of abstract data, and can be “skinned” with specific tiles at a later point. They are available in this package here.

Tile 52
article thumbnail

Release candidate: Godot 3.4.1 RC 1

Mircosoft Game Dev

Import: Fix texture atlas generation when source sprite is larger than generated atlas ( GH-55094 ). Rendering: Fix vertex attribute specification for octahedral compression ( GH-54768 ). Rendering: Update CanvasItem when MultiMesh instance transform changes ( GH-54899 ). iOS: Capture and display xcodebuild output ( GH-54711 ).

Tile 52
article thumbnail

Godot Tactics RPG – 01. Intro & Setup

The Liquid Fire

For Renderer, I chose Forward+ because I think it is somewhere between URP and HDRP. The first thing to download will be the sprites and textures from the original tutorial. In the Scene panel right-click on the Tile node and click Add Child Node. The last object we’ll make is the Tile Selection indicator.