Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cameraClip value issue #37

Open
Anomalia2022 opened this issue Oct 28, 2024 · 0 comments
Open

cameraClip value issue #37

Anomalia2022 opened this issue Oct 28, 2024 · 0 comments

Comments

@Anomalia2022
Copy link

Anomalia2022 commented Oct 28, 2024

This mod has a serious issue with the camera nearClipPlane value. 0.05 is not ideal for KSP and causes the ground to flicker and mods such as EVE-Redux (Volumetric Clouds) to not render in the camera view. It is recommended to be no lower than 0.1. I have made a cfg file fix for this as to not edit the dll but it would be for the best if the dll was 0.1 by default. I found that those who use Physics Range Extender never got the flicker bug or cloud bug because PRE had set the clip plane itself to 0.1.

Here is my cfg fix:

@PART[*]:HAS[@MODULE[MuMechModuleHullCamera]]:FINAL
{
	@MODULE[MuMechModuleHullCamera],*
	{
		%cameraClip = 0.1
	}
}

@PART[*]:HAS[@MODULE[MuMechModuleHullCameraZoom]]:FINAL
{
	@MODULE[MuMechModuleHullCameraZoom],*
	{
		%cameraClip = 0.1
	}

}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant