Forum Replies Created
-
AuthorPosts
-
nikolstrek
CustomerFine. if you will find something, please give me know.
And I made a typo in post above, I can’t open it at Safari and Chrome for Mac.nikolstrek
CustomerI’ve attached an image with Mac info. But i’can open this app in Vmware virtual machine MacOS 10.12 Sierra also,
on Safari and Chrome latest versions.
Console tells what the shader could not compile.
Looks like a browser problem, but maybe you can help. Thanks.nikolstrek
CustomerAlso I can’t set up a CubeCamera in a v3d scene, the scene didn’t have an animation loop. Is there a solution for it ?
https://threejs.org/docs/#api/cameras/CubeCameranikolstrek
CustomerOkay. Thank you Yuri.
An envMap do not blurred at all.nikolstrek
CustomerOh, I have found a solution. All work fine. :)
nikolstrek
CustomerHi. I have a quick question.
Can I appy material(like new v3d.MeshStandardMaterial() ) to the model with UV map, with correct unwrapp.I use this code
var material2 = new v3d.MeshStandardMaterial();
var loader = new v3d.TextureLoader();
material2.map = loader.load(‘bake.jpg’ );
material2.map.wrapT = v3d.RepeatWrapping;
material2.map.wrapS = v3d.RepeatWrapping;
material2.needsUpdate = true;and get a result without a UV.
At attached image, right object with a blender material, left with a new v3d material.nikolstrek
CustomerYes, I know about it. If I export my .obj model into Blender, it has standard UVMap layer. But UV don’t works in a Web scene.
Also I did not find information about a UV map inside an .obj file.nikolstrek
CustomerHi. I try to apply a requiring UV material, created in blender, to uploaded in scene model ( with OBJLoader.js), my obj model has a UV but material not applyed this UV, how can I apply UV from .obj model ? Or I only need to calculate UV ?
Thanks.nikolstrek
CustomerYes, Matcap in this case works like Equireqtangular texture.
nikolstrek
CustomerAlso Mirror Ball projection not working yet ?
nikolstrek
CustomerI solve it. It’s a color of bg texture.
nikolstrek
CustomerThank you Mikhail, but background texture is added, I asked about a white outline color.
nikolstrek
CustomerThank you, Mikhail !
nikolstrek
CustomerYes.
Attachments:
You must be logged in to view attached files.nikolstrek
CustomerMany thanks Yuri.
-
AuthorPosts