Jump to content

Recommended Posts

Posted

Hi Josh,

I bought the Ultra Engine Pro on Steam today.

I have a question about tessellation, in the editor the tessellation works very well and looks very good. But when I started my test game there was nothing to see of the tessellation, the textures were flat. What am I doing wrong, the tessellation should also be visible in the test game?

Posted

Camera:SetTessellation(size)

size
0: Disabled
2: High quality
4: Medium quality
8: low quality

  • Like 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted
23 minutes ago, zipzup said:

Where can I find this setting?

Code C++ or Lua. 

 

 

Astrocuco.thumb.png.c76e0fb3de2d6e437e7dca099625e11e.png

Murphy's Law: We don't fix bugs, we document them as features. – Murphy Games

  • 5 weeks later...
Posted
22 minutes ago, zipzup said:

Hallo Josh,
wo genau gebe ich den Befehl „Camera:Set Tessellation(size)“ ein?
In FPSPlayer.lua?

Why isn't this feature included by default?

It depends on how the camera was created, but if CreateCamera() is called, then this can be called some time after that, on the same camera. If you are using the FPS player component, you can add this in there.

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

Hi Josh, when I add the command "Camera:Set Tessellation(2)" to FPSPlayer.lua and start the test game, I get several error messages. Could you integrate the tessellation function into FPSPlayer.lua?

  • Solution
Posted
4 hours ago, zipzup said:

Hi Josh, when I add the command "Camera:Set Tessellation(2)" to FPSPlayer.lua and start the test game, I get several error messages. Could you integrate the tessellation function into FPSPlayer.lua?

wouldn't it be self.camera:SetTessellation(2)?

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

Thanks Josh for the tip. Is this the correct line where I need to add self.camera:SetTessellation(2), because I still don't see any tessellation in the test game?

Screenshot 2025-07-01 172436.png

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...