You can get it here github.com/blackears/godot_eyeball_shader/tree/master/godot/art
@aoi_hi9 ай бұрын
Hi, can you make class room building or school building in cyclops addon tutorial
@GalaxyPedlar9 ай бұрын
I suppose I could. It shouldn't be too hard - you just need to draw some boxes for the floor and walls and make some windows.
@aoi_hi9 ай бұрын
@@GalaxyPedlar can the back face culling enabled in cyclops, so i can build faster. Sorry if i am wrong in english
@GalaxyPedlar9 ай бұрын
@@aoi_hi Back face culling is handled by the shader, so whether it's used or not will be determined by what shader you apply to the objects. I think the StandardMaterial3D has it enabled by default.