Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged WebGL

0 votes
508 views
1 answer
    I used THREE.js r49 create 2 cube geometry with a directional light to cast shadow on them and got result as in ... true; scene.add( light ); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
418 views
1 answer
    I have an Three.js project with augmented reality and now I try to load a model with textures. For some reason ... doesnt work. Thanks a lot! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
459 views
1 answer
    I am trying to add texture to a model that I converted to json and imported from 3ds Max. I searched but didn't ... scene.add( mesh ); } ); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
601 views
1 answer
    I am trying to port this (http://madebyevan.com/webgl-water/?) over to THREE. I think I'm getting close ... 9/ Will investigate and report back. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
480 views
1 answer
    Is there a way to change the materialIndex on a face of an existing Mesh? This isn't discussed in the How to Update ... isn't a thing, is it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
422 views
1 answer
    I've been working with WebGL1 for some time but now that I'm learning more about WebGL2, I'm confused ... and the example continues to work. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Blender export obj don't export double sided objects. How can I render objects in double sided mode. I tried this ... scene.add(objects); }); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
673 views
1 answer
    I want to clone a model loaded with loader, I found this issue on github,but the solution doesn't work. ... current stable version of Three.js? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
503 views
1 answer
    While reading specification at Khronos, I found: bufferData(ulong target, Object data, ulong usage) 'usage' ... instead STATIC_DRAW? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
962 views
1 answer
    I'm creating a cube and I apply 6 different textures to each of it's faces. Each texture is a .png file ... I make that white part transparent? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
868 views
1 answer
    For some time, I've been trying to figure out how to do an object selection outline in my game. (So the ... for days. Thanks for any advice! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
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

...