repowiseguyscancel

8,451 Commits over 2,131 Days - 0.17cph!

11 Years Ago
Changed the way splines are calculated again hopefully making it easier to access from elsewhere so that they don't have to be recalculated more times than are necessary.
11 Years Ago
Added city zone base class. You'll inherit this to make different types of zones (parks, residential etc.)
11 Years Ago
Tidied a lot of shit up making road and zone factorties. Need to keep track of how often generate is called for each road section Need to generate meshes again making sure that positions are updated properly
11 Years Ago
Added use of road properties so roads can now have different widths. Now need to add meshes and blend them together.
11 Years Ago
Now generating meshes again. Need to add the endcap part and fix any joins and make roads blend a bit better again.
11 Years Ago
going home
11 Years Ago
Mesh now has tangentand therefore can have normals. Tweaked textures a bit. Fixed the straight segment bug
11 Years Ago
End caps now generate meshes.
11 Years Ago
Now generates curbs on intersections but it's a bit messy. :(
11 Years Ago
Intersection road segments now have curb meshes. Normals are a bit fucked at times though. Sort out UV stretching.
11 Years Ago
Fixed the dodgy normals
11 Years Ago
Added car package made from the Unity sample assets. Using it to test the mesh colliders but will add it to the demo scene.
11 Years Ago
Added amplift color
11 Years Ago
No longer need gizmos for most of the drawing tools. Intersection mesh now has a material and mesh collider.
11 Years Ago
UVs are a little better but they're still not great.
11 Years Ago
Going home
11 Years Ago
Added manage to switch in the test scene to a car to drive around the road you've created.
11 Years Ago
Fixed city zone creation error
11 Years Ago
Fixed generation bugs and callback order bug
11 Years Ago
Going Home Added Poly2Tri source instead of DLL Fixing the vertex deletion bugs.
11 Years Ago
Fixed the fuck up when a vertex got deleted.
11 Years Ago
Improved the camera in builder mode.
11 Years Ago
Started to add the validation rules. Need to tidy up when a new edge fails the rules.
11 Years Ago
Updating the code to generate meshes differently. Added some stolen temporary textures from mafia 2 mod. Meshes will now be generated per half edge. So this will be way fucking better mush.
11 Years Ago
Generating meshes again with the new method. Update Callbacks? Intersection generation. Blending.
11 Years Ago
Been fucking around all day to sort out UV matching up but finally figured out a good method. Do it in the face creation!
11 Years Ago
Done some messin. It's all broked but I have a plan!
11 Years Ago
- Road position is now calculated properly. - Meshes now have their own game objects instead of getting combined. Will need an optimise button though.
11 Years Ago
Done the rest of the road cases. Need to test splines are created in the right order and generate meshes from them. AGAIN...
11 Years Ago
Generating meshes. Got a new plan for intersections and end caps. UV's are still a slight pain in the fucking arse.
11 Years Ago
UVs are still a little messed up but they'll do for now. Still way better than it was anyway. Still missing some calculations I need to work out based on road direction and segment direction being different.
11 Years Ago
Worked out calculations for splines. Manage the components for caps and intersections. Generate meshes. Need to decide how to blend two different road types.
11 Years Ago
Need to rename roadsectiontest it is now roadsection and that has been removed. Also removed the old road and testing classes. Added mesh building at end cap and intersection. Need to tidy that up a bit. UVs are stretched a bit which is shite. Got a new simple method though. Get rif of gap artefacts.
11 Years Ago
check yo self before yo wreck yo self
11 Years Ago
Re adding the procural stuff
11 Years Ago
Started adding in procgen again. Decoupled a roadsection and a roadsectionmesh
11 Years Ago
RoadVertex is now self updating. Going Home
11 Years Ago
Implemented Arc AABB creation and roadsections are now IContainable. Need to make Arc intersections tests. Need to handle updates. Need to make them all ISnappable.
11 Years Ago
Going home. Still doing containable and snappable shit to re add procgen.
11 Years Ago
Made straight line detection in biarc less sensitive Made progress on procedural. Need to do branching checks. Need to do proper road validation! Created camera prefab
11 Years Ago
Going home. Refactoring proc gen code for the new system. Validation Branching again.
11 Years Ago
added more validation. still plenty of errors though. :(
11 Years Ago
Shit. Done stuff then deleted it.
11 Years Ago
Added a bit more proc gen an then started tearing the roadsection shit apart again.
11 Years Ago
forgot to tick.
11 Years Ago
New spline with arc per section.
11 Years Ago
Home time.
11 Years Ago
Adding in stuff to preview and hopefully validate new road sections without altering the current HEM.
11 Years Ago
Road Sections are now reconfigured properly if the road sections on either side are pointing to a different direction!
11 Years Ago
Done a lot of refactoring of the road stuff. Can now generate a road between two vectors and it will automatically find intersections etc.