Magne Sjaastad
6db80f40b9
#3856 Update copyright headers
2019-01-09 15:29:24 +01:00
Magne Sjaastad
32237b6c7c
#3401 HoloLens : Add detection of mesh line parts
2018-09-21 14:14:19 +02:00
Gaute Lindkvist
ea8721f6ff
Fix crash in 3d well log curve rendering.
2018-09-04 12:57:55 +02:00
Gaute Lindkvist
e3baaa4133
#3261 Show 3d well log curves even if the grid result isn't dynamic.
...
* Have to be more precise on whether to attach the results as a static or dynamic property.
* Also rewrite some 3dWellLogPlanePartMgr code to only create one draw surface for each draw plane used for the curves.
2018-09-04 12:01:07 +02:00
Gaute Lindkvist
a0f5db5d7e
#2965 Implement option (on by default) to follow time step in 3D view.
2018-06-20 11:46:19 +02:00
Gaute Lindkvist
9e665d5ab1
3d Well Log Plots: Remove curve filled code
2018-05-18 14:26:52 +02:00
Gaute Lindkvist
68dd0ba13e
Switch calculation of extra curve vertices to double precision
2018-05-18 14:26:52 +02:00
Gaute Lindkvist
c959db73a1
#2887 Tidy up 3D well log curve configuration to more obvious documentation.
2018-05-09 15:56:24 +02:00
Gaute Lindkvist
78326bb19c
#2703 An initial implementation of filled drawing style with problems remaining.
...
* New vertices are successfully created in the intersections between the
curve and draw surface triangles
* New vertices are also inserted along the bottom edge of the filled curve.
* However, new vertices will still need to be inserted in the lines connecting the
top of the curve and the bottom where they intersect with the triangles.
* The option for filled curves remain hidden in the GUI. See #2860 .
# Please enter the commit message for your changes. Lines starting
2018-05-07 11:14:25 +02:00
Gaute Lindkvist
a37957824a
Clean up 3D well log generator code. Renamed Grid -> DrawSurface and fixed spelling.
2018-05-02 12:10:05 +02:00
Gaute Lindkvist
6e3d989b2f
#2825 Fix curve stitching issues against 3dwell log curve background.
2018-05-02 11:51:36 +02:00
Gaute Lindkvist
1f44ea1ea3
Make draw plane selection for curves be unrelated to 3d Track (somewhat related to #2825 ).
...
* Makes more sense user wise and makes for better code.
* Helps refactor code to relate grids to curves so the curves can have access to the grid
it is being drawn on.
* This will help fix #2825 by being able to project curve points onto the exact triangle geometry.
2018-05-02 11:51:22 +02:00
Gaute Lindkvist
c5e58df751
3d Well Log Curves ( #2783 ): Enable picking with the track background switched off.
...
* Add part to the model, but set the color mask false, depth test/write off.
* Result is an invisible part that is present for picking.
2018-04-23 11:35:55 +02:00
Gaute Lindkvist
803b6b8179
3D Well Log Curves( #2676 ): Enable pick selection of the 3D Tracks and curves
2018-04-23 08:01:32 +02:00
Gaute Lindkvist
bf5d95d873
3D Well Log Curves ( #2672 ): Max and min value control for each curve.
2018-04-19 13:43:12 +02:00
Gaute Lindkvist
5d89ad3a6d
3D Well Log Curves ( #2674 ): Show what the value axis direction is
2018-04-19 13:43:12 +02:00
Gaute Lindkvist
d7204363a0
3D Well Log Curves ( #2673 ): Consolidate the draw plane position control.
2018-04-18 08:38:15 +02:00
Gaute Lindkvist
9da3f09782
3D Well Log Curves ( #2668 ): Implement Draw-plane width control
...
* Apply a factor between 0.25 and 2.5 times the characteristic cell size
* Make the offset from the pipe scale with the plane width up to a maximum offset.
* Organise the CurveCollection settings into two groups.
2018-04-17 13:44:03 +02:00
Gaute Lindkvist
1180c199b4
3D Well Log Curves ( #2669 ): Implement control of single color.
...
* Set a cycled default whenever a curve is added to a collection.
2018-04-17 13:44:03 +02:00
Gaute Lindkvist
501e80b1ad
3D Well Log Curves( #2671 ): Make curve draw plane background optional
2018-04-17 13:44:03 +02:00
Gaute Lindkvist
092624799e
3D Well Log Curves: Renaming of the term normals in curve/grid-generation
...
* Make it more obvious we are talking about the normals to the 3D well log curve.
2018-04-17 13:44:03 +02:00
Gaute Lindkvist
5e6613d428
3D Well Log Curves ( #2671 ): Apply white background to curve draw plane.
2018-04-17 13:44:02 +02:00
Gaute Lindkvist
e8b006d068
3D Well Log Curves ( #2671 ): Split normals, border and surface into several drawables.
...
* Also create a closed LINES_LOOP out of the mesh border.
* This will facilitate using different effects on the different parts.
i.e. solid border and white surface background.
2018-04-13 14:55:44 +02:00
Gaute Lindkvist
6e0b7e2305
Improve 3D Well path plots
...
* Always generate in up-direction and rotate to left/right/down
* Generate a "dominant direction" by interrogating the whole curve, not
just the first and last item.
* Improve maths:
- Generate a projection plane spanned by UP and the dominant direction.
- Project the tangent onto this projection plane.
- Generate normal as the cross product between the projected tangent and
the normal to the projection plane.
- Rotate the normal into left/right/down if required.
2018-04-13 14:55:44 +02:00
Jacob Støren
436420b648
#2665 Fix draw plane position error with changed width
2018-04-05 14:18:00 +02:00
Rebecca Cox
18bde3cd89
#2636 3D Well log curve: Create well path geometry tools.
2018-03-22 14:35:54 +01:00
Rebecca Cox
73a08fffc4
#2635 3D well log curves: Give new curves different colors
2018-03-22 13:26:33 +01:00
Rebecca Cox
7024ee045c
#2591 3D well log curve: Add option to place at the side of the well
2018-03-22 12:54:31 +01:00
Rebecca Cox
ef1cb3468b
3D well log curves: Code cleanup
2018-03-22 11:45:11 +01:00
Rebecca Cox
3547240fe6
#2591 3D well log curves: Remove view from geometry generator
2018-03-22 09:54:58 +01:00
Rebecca Cox
9e4d271d5b
#2591 3D well log curves: Use an angle to deretmine draw plane
2018-03-22 08:54:48 +01:00
Rebecca Cox
85cd8b0e1d
3D Well Log Curve: Give Plane Part Mgr more responsibility
2018-03-21 15:32:15 +01:00
Rebecca Cox
a1d82fcffa
#2633 3D well log curves: Clip curve on well path bounding box
2018-03-21 13:15:48 +01:00
Unknown
131eb64748
#2633 3D well log curves: Clip grid on well path bounding box
2018-03-21 10:54:26 +01:00
Unknown
0de43ac938
#2628 3D well log curves: Scale curves by grid size
2018-03-20 15:37:02 +01:00
Unknown
cc5f4b2ec6
#2591 3D well log curves: Add grid line along path
2018-03-20 13:51:59 +01:00
Magne Sjaastad
57a766fd09
Return if geometry generator is null
2018-03-20 13:18:24 +01:00
Unknown
8766ea3057
#2591 3D well log curves: Option to turn grid on/off
2018-03-20 11:29:59 +01:00
Unknown
e1aa4bb164
#2591 3D well log curves: Draw normals on fixed interval
2018-03-20 11:29:59 +01:00
Rebecca Cox
69caf4b3b2
#2591 3D Well Log Curve: Make geometry making more robust
2018-03-15 13:05:00 +01:00
Rebecca Cox
46c4693ae6
3D well log curve: Establish a coordinate system for curve normals
2018-03-14 14:22:18 +01:00
Rebecca Cox
2fa8202332
#2592 3D well log curves: Update curves after editing properties
2018-03-13 11:18:38 +01:00
Rebecca Cox
3da3856c51
#2591 3D well log curves: Add grid along well path
2018-03-12 16:18:45 +01:00
Rebecca Cox
c63aee779d
#2585 3d Well Log Curves: Draw line along well path
2018-03-09 15:42:23 +01:00
Rebecca Cox
540c4e57c9
#2585 Fix build???
2018-03-09 14:09:54 +01:00
Rebecca Cox
62a2ddfe82
#2585 Fix linux build
2018-03-09 14:00:41 +01:00
Rebecca Cox
06504b6fef
#2585 3D well log curves: Create visualization for a curve, random offsetted from a well path
2018-03-09 13:17:40 +01:00