ambiera logo

Ambiera Forum

Discussions, Help and Support.

folder icon Ambiera Forum > CopperLicht
forum topic indicator RENDER WARNING: there is no texture bound to the unit 0
person icon
xanimalkingx
Registered User
Quote
2019-09-09 20:08:58

[.WebGL-000000000559AFB0]RENDER WARNING: there is no texture bound to the unit 0

I get this error 8 times when I load tutorial5. I use Vivaldi browser (which runs off Chromium) and I'm using nginx to serve the tutorial page from localhost.

worker_processes  1;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;
server {
listen 80;
server_name localhost;
location / {
allow all;
autoindex on;
try_files $uri $uri/ =404;
root html\ccbexample5;
index index.html;
}
}
}


My nginx.conf configuration. I had to rename tutorial5 to ccbexample5 because nginx was interpreting the t in tutorial5 as a tab character (regex is \t and it for some reason saw that as a tab in the path).
The scene renders fine, its just the shaders don't work because of the error I got
[.WebGL-000000000559AFB0]RENDER WARNING: there is no texture bound to the unit 0

This is a tutorial that comes with copperlicht, so I wouldn't knowi f this is a bug or just messed up code.


Create reply:










 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


icon_holyicon_cryicon_devilicon_lookicon_grinicon_kissicon_monkeyicon_hmpf
icon_sadicon_happyicon_smileicon_uhicon_blink   






Copyright© Ambiera e.U. all rights reserved.
Contact | Imprint | Products | Privacy Policy | Terms and Conditions |