Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged glsl
0
votes
578
views
1
answer
glsl - Variable array index not possible in webgl shaders?
As the title says, I can't do vector_array[foo] (assuming foo is in-range and integer) in webgl vertex shaders ... way to mimick a lookup table? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
glsl
0
votes
572
views
1
answer
glsl - Curved Frosted Glass Shader?
Well making something transparent isn't that difficult, but i need that transparency to be different based on an ... help would be appreciated. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
glsl
0
votes
614
views
1
answer
glsl - OpenGl blurring
I'm using libgdx and want to make a common Gaussian blur post-processing effect. Following this guide I faced some ... * sum; } The full class See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
glsl
0
votes
387
views
1
answer
glsl - What kind of blurs can be implemented in pixel shaders?
Gaussian, box, radial, directional, motion blur, zoom blur, etc. I read that Gaussian blur can be broken ... be implemented in pixel shaders? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
glsl
0
votes
450
views
1
answer
glsl - What kind of blurs can be implemented in pixel shaders?
Gaussian, box, radial, directional, motion blur, zoom blur, etc. I read that Gaussian blur can be broken ... be implemented in pixel shaders? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
glsl
0
votes
481
views
1
answer
glsl - OpenGL : thick and smooth/non-broken lines *in 3D*
I have a 3D CAD-like application for which I use OpenGL wrapper library (OpenSceneGraph). For the application I ... result is achieved, here. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
glsl
0
votes
450
views
1
answer
glsl - OpenGL : thick and smooth/non-broken lines *in 3D*
I have a 3D CAD-like application for which I use OpenGL wrapper library (OpenSceneGraph). For the application I ... result is achieved, here. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
glsl
0
votes
590
views
1
answer
glsl - Clipping-planes in OpenGL ES 2.0
I need to clip a few hundred objects under a clipping plane in OpenGL ES 2.0 and would appreciate ideas from ... clipping in OpenGL ES 2.0? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
glsl
0
votes
643
views
1
answer
glsl - What's the best way to draw a fullscreen quad in OpenGL 3.2?
I'm doing ray casting in the fragment shader. I can think of a couple ways to draw a fullscreen quad for ... immediate mode to draw a point. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
glsl
0
votes
575
views
1
answer
glsl - Explanation of dFdx
I am trying to understand the dFdx() and dFdy() functions in GLSL. I understand the following: The derivative is ... 1.0 and 1.0 respectively? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
glsl
0
votes
462
views
1
answer
glsl - Issue Understanding Lighting in OpenGL
I am having some problems understanding how lighting works in OpenGL (especially understanding the pre-defined ... stop the interpolation ? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
glsl
0
votes
593
views
1
answer
glsl vector plus scalar
I searched a lot but could not find if the following statements are legal in a #version 330 vertex shader ... the compilation was unsuccessful. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
glsl
0
votes
440
views
1
answer
glsl - Why does my OpenGL Phong shader behave like a flat shader?
I've been learning OpenGL for the past couple of weeks and I've run into some trouble implementing a Phong shader. ... worked "out of the box." See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
glsl
0
votes
550
views
1
answer
glsl - How do you get the modelview and projection matrices in OpenGL?
I am trying to use the OpenGL Shading Language (GLSL) version 1.5 to make vertex and geometry shaders. I ... compile it with that function). See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
glsl
0
votes
437
views
1
answer
glsl - WebGL - is there an alternative to embedding shaders in HTML?
The popular way of using GLSL shaders in WebGL seems to be to embed them in the main html file. The vertex ... in case anyone finds it useful. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
glsl
0
votes
447
views
1
answer
glsl - glLineStipple deprecated in OpenGL 3.1
glLineStipple has been deprecated in the latest OpenGL APIs. What is it replaced with? If not replaced, how can ... profile of course...) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
glsl
To see more, click for the
full list of questions
or
popular tags
.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] Issue with the casting but unfortunately there is no casting in android
[2] C# Request.GetResponse();报400怎么解决
[3] 循环渲染的时间输入框,时间范围限制?
[4] python - Find specific widget at tkinter inferface
[5] sql - Displaying data present in multiple columns
[6] csv - How to find git commits which deleted lines in a file
[7] visual studio code - Only show relevant intellisense suggestions in VSCode editor
[8] flex布局中当多个子元素的长度大于父元素如何显示滚动条?
[9] python - How can I make this PyTorch heatmap function faster and more efficient?
[10] 请问Dolphin里面如何将set转化为vector形式?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...