Forum Replies Created
-
AuthorPosts
-
nikolstrekCustomer
Fine. 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.nikolstrekCustomerI’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.nikolstrekCustomerAlso 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/CubeCameranikolstrekCustomerOkay. Thank you Yuri.
An envMap do not blurred at all.nikolstrekCustomerOh, I have found a solution. All work fine. :)
nikolstrekCustomerHi. 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.nikolstrekCustomerYes, 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.nikolstrekCustomerHi. 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.nikolstrekCustomerYes, Matcap in this case works like Equireqtangular texture.
nikolstrekCustomerAlso Mirror Ball projection not working yet ?
nikolstrekCustomerI solve it. It’s a color of bg texture.
nikolstrekCustomerThank you Mikhail, but background texture is added, I asked about a white outline color.
nikolstrekCustomerThank you, Mikhail !
nikolstrekCustomerYes.
Attachments:
You must be logged in to view attached files.nikolstrekCustomerMany thanks Yuri.
-
AuthorPosts