3D Canvas Orientation via Pre-computed Matrices

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing digital graphics tools face limitations in efficiently adding and manipulating elements on three-dimensional objects displayed in planar projections, particularly when the drawing canvas is not aligned with the base planes of the projection, leading to complex geometric calculations and potential obscuration of object details during rotation.

Innovation Solution

The system determines the orientation of a canvas surface relative to the GUI screen using minimal geometric information, allowing for direct addition of elements on the canvas surface by computing the spatial orientation based on user inputs and geometric relationships, enabling efficient drawing and manipulation of 3D objects without extensive rotation.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If the drawing canvas is not aligned with the base planes of the projection, then more sides of the object can be exposed for drawing, but complex geometric calculations are required to determine canvas orientation

Engineering Contradiction:
Improvecanvas orientation flexibilityVSAvoidgeometric calculation complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system pre-calculates and stores transformation matrices for common canvas orientations relative to the projection base planes. When a user selects a canvas orientation, the system retrieves the pre-computed transformation matrix instead of performing complex geometric calculations in real-time, thus enabling flexible canvas orientation while reducing computational complexity

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system transforms the geometric problem from calculating canvas orientation in 3D space to applying 2D transformation matrices to the projected coordinates. By changing the parameter representation from 3D geometric relationships to 2D matrix transformations, the system simplifies the mathematical operations required while maintaining the ability to handle arbitrary canvas orientations

Inventive Principle:
Principle #35Parameter changes

2Ease of operation

If the object is rotated to align the canvas with the screen, then drawing operations become simpler, but other object details may be obscured during rotation

Engineering Contradiction:
Improvedrawing operation simplicityVSAvoidobject detail visibility
Core Design Contradiction:
Ease of operationVSLoss of information

Solution Approach 1:

The system introduces a third dimension (canvas depth) to the 2D projection space by implementing a canvas coordinate system that exists in 3D space but projects to 2D on screen. This allows drawing operations to occur on arbitrarily oriented planes without rotating the 3D object, as the canvas itself provides the operational plane while the object remains stationary in its original orientation

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Solution Approach 2:

The system introduces a virtual canvas plane as an intermediary between the 3D object and the 2D screen. This canvas plane can be oriented at any angle and serves as the drawing surface, while the object remains in its original position. The canvas acts as a mediator that receives drawing operations in 2D and maps them to the appropriate 3D object coordinates without requiring object rotation

Inventive Principle:
Principle #24Intermediary (Mediator)

3Ease of operation

If extensive rotation is performed to align the canvas, then the drawing surface becomes properly oriented, but the operation time increases

Engineering Contradiction:
Improvecanvas alignment accuracyVSAvoidcanvas alignment time
Core Design Contradiction:
Ease of operationVSLoss of time

Solution Approach 1:

The system pre-computes transformation matrices for various canvas orientations and stores them for quick retrieval. When the user specifies a canvas orientation, the system immediately applies the pre-computed matrix without performing time-consuming rotation operations, thus achieving accurate canvas alignment instantly

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system replaces the mechanical rotation operation with a mathematical coordinate transformation. Instead of physically rotating the 3D object model, the system applies a 2D transformation matrix to the projected coordinates, achieving the same visual result instantaneously through calculation rather than iterative rotation

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Data Source

PatentUS12164740B2Three-dimensional operations based on planar projections in graphic user interfaces
Publication Date: 2024.12.10 COREL CORP
  • US12164740B2 patent drawing
  • US12164740B2 patent drawing
  • US12164740B2 patent drawing

AI summary

The subject matter of this specification can be implemented in, among other things, a method to display a graphical user interface (GUI) of an application, display, on the GUI, a projection of a three-dimensional object onto a projection plane, receive a selection of a first region of the object, obtain a geometric information related to the first region, wherein the geometric information comprises at least one of a geometric relationship of the first region to a second region of the object or an identification of a shape belonging to the first region, determine, based on the geometric information, a spatial orientation of the first region of the object relative to the projection plane, and display, on the GUI, an indication of the spatial orientation of the first region.