Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Molstar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michal Malý
Molstar
Commits
2aef5fb3
Commit
2aef5fb3
authored
2 years ago
by
Alexander Rose
Browse files
Options
Downloads
Patches
Plain Diff
fix use of WEBGL_provoking_vertex
parent
63a9aef5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+2
-3
2 additions, 3 deletions
CHANGELOG.md
src/mol-gl/webgl/compat.ts
+1
-1
1 addition, 1 deletion
src/mol-gl/webgl/compat.ts
with
3 additions
and
4 deletions
CHANGELOG.md
+
2
−
3
View file @
2aef5fb3
...
@@ -10,7 +10,7 @@ Note that since we don't clearly distinguish between a public and private interf
...
@@ -10,7 +10,7 @@ Note that since we don't clearly distinguish between a public and private interf
-
Remove pca transform from components ui focus (too distracting)
-
Remove pca transform from components ui focus (too distracting)
-
Fix artefacts with opaque outlines behind transparent objects
-
Fix artefacts with opaque outlines behind transparent objects
-
Fix polymer trace visual not updating
-
Fix polymer trace visual not updating
-
Fix use of
`WEBGL_provoking_vertex`
## [v3.31.1] - 2023-02-05
## [v3.31.1] - 2023-02-05
...
@@ -19,8 +19,7 @@ Note that since we don't clearly distinguish between a public and private interf
...
@@ -19,8 +19,7 @@ Note that since we don't clearly distinguish between a public and private interf
-
The average position of the residues of the first chain should be in the first quadrant if there is more than one chain
-
The average position of the residues of the first chain should be in the first quadrant if there is more than one chain
-
Add
`HeadlessPluginContext`
and
`HeadlessScreenshotHelper`
to be used in Node.js
-
Add
`HeadlessPluginContext`
and
`HeadlessScreenshotHelper`
to be used in Node.js
-
Add example
`image-renderer`
-
Add example
`image-renderer`
-
Fix wrong offset when rendering text with orthographic projectio
-
Fix wrong offset when rendering text with orthographic projection
n
-
Update camera/handle helper when
`devicePixelRatio`
changes
-
Update camera/handle helper when
`devicePixelRatio`
changes
-
Add various options to customize the axes camera-helper
-
Add various options to customize the axes camera-helper
-
Fix issue with texture-mesh color smoothing when changing themes
-
Fix issue with texture-mesh color smoothing when changing themes
...
...
This diff is collapsed.
Click to expand it.
src/mol-gl/webgl/compat.ts
+
1
−
1
View file @
2aef5fb3
...
@@ -541,7 +541,7 @@ export function getProvokingVertex(gl: GLRenderingContext): COMPAT_provoking_ver
...
@@ -541,7 +541,7 @@ export function getProvokingVertex(gl: GLRenderingContext): COMPAT_provoking_ver
FIRST_VERTEX_CONVENTION
:
ext
.
FIRST_VERTEX_CONVENTION_WEBGL
,
FIRST_VERTEX_CONVENTION
:
ext
.
FIRST_VERTEX_CONVENTION_WEBGL
,
LAST_VERTEX_CONVENTION
:
ext
.
LAST_VERTEX_CONVENTION_WEBGL
,
LAST_VERTEX_CONVENTION
:
ext
.
LAST_VERTEX_CONVENTION_WEBGL
,
PROVOKING_VERTEX
:
ext
.
PROVOKING_VERTEX_WEBGL
,
PROVOKING_VERTEX
:
ext
.
PROVOKING_VERTEX_WEBGL
,
provokingVertex
:
ext
.
provokingVertexWEBGL
.
bind
(
gl
)
provokingVertex
:
ext
.
provokingVertexWEBGL
.
bind
(
ext
)
};
};
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment