Forum Replies Created
-
AuthorPosts
-
2020-06-28 at 5:18 am in reply to: Why do I get the monkey silverbox when uploading my blender project #29345lopatamCustomer
You didn’t export the Verge3d glft from blender, menu file then export.
lopatamCustomerThanks!!! It’s what I need. The sphere doesn’t reflect the floor, I think I’ve to create the environmental map based on the scene, but for a particular job I’m doing it works very well. Thanks again!
lopatamCustomerI’m sorry but I don’t understand your solution. I don’t have any light in the scene, everything is baked.
lopatamCustomerThis is a comparison between the render and what I get in webGL. Top is render, bottom is webGl
lopatamCustomerand here is the final look I need.
lopatamCustomerbut I don’t know how to combine a shader with a baked map plus a reflection map.
If I add an environment map in the world setting it lights the scene.
If you have time can you look at my scene.Attachments:
You must be logged in to view attached files.lopatamCustomerYou could try to enable antialiasing when the camera doesn’t move. Here the tutorial https://www.youtube.com/watch?v=wsZy_8JnZVE
It improves all the aliasing, on texture and edges.lopatamCustomerTriangulate the mesh.
Or export obj/fbx and import again, it works?
Or look at the scale of the mesh and the center of origin.2020-06-02 at 11:49 am in reply to: enable /disable rendering when I go in and out the full screen #28322lopatamCustomerI’m still using 3.1. Thanks!
lopatamCustomerole!! I need to upload a web.config file, this one:
configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=”.gltf” mimeType=”model/gltf+json” />
<mimeMap fileExtension=”.hdr” mimeType=”image/vnd.radiance” />
</staticContent>
</system.webServer>
</configuration>I added also the possibilities to download from my server the .hdr files because it’s not possible by default.
Thanks a lot Ivan and GlifteklopatamCustomerYes, I’m waiting for the Aruba support answer… and thanks a lot!!
lopatamCustomerThanks, now I just have to find out where to change this with Aruba, if anyone have some ideas …
lopatamCustomerI think it’s a problem of my website.
lopatamCustomerthis is my html now, it the same of the tutorial on the Verge guide:
<!DOCTYPE html>
<html><head>
<title>Esempio_HTML</title>
<meta charset=”utf-8″>
<meta name=”viewport” content=”width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0″>
<meta name=”description” content=”Put some description here – remember about SEO!”>
<style>
#my_iframe {
position: absolute;
top: 400px;
left: 0px;
width: 75%;
height: 75%;
border: 0;
}#hide_button, #show_button {
position: absolute;
width: 100px;
height: 30px;
background-color: DodgerBlue;
color: white;
text-align: center;
line-height: 30px;
cursor: pointer;
}#hide_button {
left: 10px;
}#show_button {
left: 120px;
}
</style>
</head>
<script src=”https://www.gianmarcovilla.it//test2/test2.js”></script>
<script src=”https://www.gianmarcovilla.it//test2/v3d.js”></script>
<body>
<h1>
Config
</h1>HideShow<iframe width=”1024″ height=”640″ allowfullscreen src=”https://www.gianmarcovilla.it/test2/test2.html”></iframe></body>
</html
lopatamCustomerok, I didn’t know I have to put this line in the index.html.
I add
<script src=”/test2/test2.js”></script>
<script src=”/test2/v3d.js”></script>
to my index.html but nothing changed… -
AuthorPosts