Jump to content

Search the Community

Showing results for tags 'rendering'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Welcome Aboard
  • Kerbal Space Program 2
    • KSP2 Dev Updates
    • KSP2 Discussion
    • KSP2 Suggestions and Development Discussion
    • Challenges & Mission Ideas
    • The KSP2 Spacecraft Exchange
    • Mission Reports
    • KSP2 Prelaunch Archive
  • Kerbal Space Program 2 Gameplay & Technical Support
    • KSP2 Gameplay Questions and Tutorials
    • KSP2 Technical Support (PC, unmodded installs)
    • KSP2 Technical Support (PC, modded installs)
  • Kerbal Space Program 2 Mods
    • KSP2 Mod Discussions
    • KSP2 Mod Releases
    • KSP2 Mod Development
  • Kerbal Space Program 1
    • KSP1 The Daily Kerbal
    • KSP1 Discussion
    • KSP1 Suggestions & Development Discussion
    • KSP1 Challenges & Mission ideas
    • KSP1 The Spacecraft Exchange
    • KSP1 Mission Reports
    • KSP1 Gameplay and Technical Support
    • KSP1 Mods
    • KSP1 Expansions
  • Community
    • Science & Spaceflight
    • Kerbal Network
    • The Lounge
    • KSP Fan Works
  • International
    • International
  • KerbalEDU
    • KerbalEDU
    • KerbalEDU Website

Categories

  • Developer Articles

Categories

  • KSP2 Release Notes

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Twitter


About me


Location


Interests

Found 7 results

  1. The clouds are now a little less pretty around the flying craft. Before the (great) update, the clouds around the active vessel looked great, no bleeding edges or anything. Now, the weird zone around the vessel is visible again, despite an even more beautiful shadow render for the clouds. So I'm curious: Why was this decision taken? Will we get a better performing rendering system for the clouds? Will this change be permanent, regarding the clouds edges rendering?
  2. I'm trying to use the built-in orbit renderer system to draw an arbitrary orbit in the mapview without any vessel attached to it. The method shown below (by @TMarkos) used to work pre-1.1, but the orbit renderer was changed in that update. This method doesn't throw any errors, but neither does any orbit show up. Any suggestions for how to make this work with the new orbit renderer or what I'm doing wrong (I'm pretty new to Unity)? Vector3d exitTraj = getJumpOffset(near, far, model); // orbit velocity oPredictDriver = new OrbitDriver(); oPredictDriver.orbit = new Orbit(); oPredictDriver.orbit.referenceBody = far.mainBody; oPredictDriver.referenceBody = far.mainBody; oPredictDriver.upperCamVsSmaRatio = 999999; // Setting zoom limits for showing the orbit oPredictDriver.lowerCamVsSmaRatio = 0.0001f; oPredictDriver.orbit.UpdateFromStateVectors(far.orbit.pos, exitTraj, far.mainBody, Planetarium.GetUniversalTime()); oPredictDriver.orbit.Init(); Vector3d p = oPredictDriver.orbit.getRelativePositionAtUT(Planetarium.GetUniversalTime()); Vector3d v = oPredictDriver.orbit.getOrbitalVelocityAtUT(Planetarium.GetUniversalTime()); oPredictDriver.orbit.h = Vector3d.Cross(p, v); oPredict = MapView.MapCamera.gameObject.AddComponent<OrbitRenderer>(); oPredict.upperCamVsSmaRatio = 999999; oPredict.lowerCamVsSmaRatio = 0.0001f; oPredict.celestialBody = far.mainBody; oPredict.driver = oPredictDriver; oPredictDriver.Renderer = oPredict; oPredict.driver.drawOrbit = true; oPredict.driver.orbitColor = Color.red; oPredict.orbitColor = Color.red; oPredict.drawIcons = OrbitRenderer.DrawIcons.OBJ_PE_AP; oPredict.drawMode = OrbitRenderer.DrawMode.REDRAW_AND_RECALCULATE;
  3. Every time I view anything with stars, I get a weird color flash in geometric shapes. Load menu, map view, they all do this. It seems to originate from top center.
  4. The re-entry effects appear not to be sorted, but instead appear to be rendered last, resulting in them not being occluded by vehicle parts. The KSP build was stock 64bit, running on Windows 7 64bit, using a 670 GTX graphics card.
  5. Hi guys, After taking a lengthy absence from KSP I decided to start playing again. The last version I played was probably 1.1. Current version is 1.3.1. I've began to notice some issues with some of my aircraft, who'se aerodynamical aerodynamical effects are, well, a bit over the top. At first I thought the problems were caused by my mods, so I removed those. After that did not fix the problem I've reinstalled KSP by removing the entire folder except for my save games and screenshots. This did not fix the problem either. The one thing that removes the problem is by turning off the aero effects. After thorough testing I've noticed that this problem does not occur on every craft, which makes me believe that the aero calculations are at the root of the problem. I've linked to one of the craft that is displaying this problem, the S7 Mammoth: https://www.curseforge.com/kerbal/shareables/s7-mammoth-series-ssto-stock I'd like to hear if anyone else experiences such problems and how they can be solved.
  6. i wanted to make a really big rocket so i turned down the render settings, when i wanted to change it i needed to know which way a part was facing, so i turned the render setting back up but the parts don't render any better now. any advice?
  7. It seems that the ksp atmosphere(stock) has some visual artifacts with the brightness and contrast. Which makes me curious about: How's it rendered? Is it intended to be physically accurate (in some degree), or just artificially constructed to look good? Also, I've heard that Tylo and Eeloo supposed to have very thin atmosphere, but it is discarded due to the rendering method of ksp being incapable of those rendering. Can I be given a short description of the cause of the incapability?
×
×
  • Create New...