Jump to content

Recommended Posts

Posted

Ability to change if some object will receive shadows or not by code at runtime.

This would allow us to fine tune when shadows display or not for some objects during gamelay :

- on complex level groups , shadows on/off per sector

- for custom usage tunning turn it offf/on with camera distance

- for characters, only shadows for some number of characters that are the nearest to camera

 

As shadows are heavy cost, this possibility would be a first step in optimisation direction.

Stop toying and make games

Posted

Set Cast Shadows to none in the editor under the apperance tab.

 

or

 

Lua:

self.entity:SetShadowMode(0)

 

CPP

entity->SetShadowMode(0);

HP Omen - 16GB - i7 - Nvidia GTX 1060 6GB

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...